From 068b54762f09e8c8fdaf81a8ea66a01605853ec1 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 27 Dec 2023 16:02:58 +0000 Subject: [PATCH] Update app.sh --- app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app.sh b/app.sh index 92ef5d7..4b518ca 100755 --- a/app.sh +++ b/app.sh @@ -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