Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autotest-js.sh')
-rwxr-xr-xautotest-js.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest-js.sh b/autotest-js.sh
index b5bb9965553..a6936ec336f 100755
--- a/autotest-js.sh
+++ b/autotest-js.sh
@@ -20,7 +20,7 @@ then
fi
# update/install test packages
-mkdir -p "$PREFIX" && $NPM install --link --prefix "$PREFIX" || exit 3
+mkdir -p "$PREFIX" && $NPM ci --link --prefix "$PREFIX" || exit 3
# create scss test
mkdir -p tests/css