mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 11:31:55 +02:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
set -e;
|
|
COFFEE=node_modules/.bin/coffee
|
|
echo Compiling test/unit_frontend/coffee;
|
|
$COFFEE -o test/unit_frontend/js -c test/unit_frontend/coffee;
|