Move ci from format-code to run-ci
Format code is supposed to do just that... format code. npm ci is doing
much more than that, so it belongs in run-ci.
Change-Id: I4c4e94f1a53e04aa13289aea259098143377cc2c
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/run-ci b/run-ci
index 1cade53..e073541 100755
--- a/run-ci
+++ b/run-ci
@@ -10,6 +10,5 @@
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