summaryrefslogtreecommitdiff
path: root/run-ci
diff options
context:
space:
mode:
Diffstat (limited to 'run-ci')
-rwxr-xr-xrun-ci3
1 files changed, 1 insertions, 2 deletions
diff --git a/run-ci b/run-ci
index 1cade53e..e0735416 100755
--- a/run-ci
+++ b/run-ci
@@ -10,6 +10,5 @@ if [ -n "$1" ]; then
cd "$1"
fi
-# It is expected that the format-code script was already run as part of the CI
-# so the node modules needed to run this script will be installed
+npm ci
npm run test:unit