overleaf/services/web/bin/compile_frontend_tests

6 lines
157 B
Text
Raw Normal View History

#!/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;