Update app.sh
This commit is contained in:
parent
2ed8b5fd39
commit
068b54762f
1
app.sh
1
app.sh
|
@ -63,6 +63,7 @@ if [ "$TEST_MODE" = "true" ]; then
|
||||||
npm install mocha
|
npm install mocha
|
||||||
echo "Running tests..."
|
echo "Running tests..."
|
||||||
npm test
|
npm test
|
||||||
|
npm audit
|
||||||
else
|
else
|
||||||
# Start the server for normal run
|
# Start the server for normal run
|
||||||
exec node server.js
|
exec node server.js
|
||||||
|
|
Loading…
Reference in New Issue