Update app.sh

This commit is contained in:
colin 2023-12-27 16:02:58 +00:00
parent 2ed8b5fd39
commit 068b54762f
1 changed files with 1 additions and 0 deletions

1
app.sh
View File

@ -63,6 +63,7 @@ if [ "$TEST_MODE" = "true" ]; then
npm install mocha
echo "Running tests..."
npm test
npm audit
else
# Start the server for normal run
exec node server.js