Use 'npm ci' instead of 'npm install' to be able to install exactly what is in a lockfile

This commit is contained in:
Daniel García Aubert
2018-11-06 12:58:51 +01:00
parent a8ca80c23c
commit 3febf3e357
+1 -1
View File
@@ -21,7 +21,7 @@ if [ "$NODEJS_VERSION" = "nodejs10" ];
then
echo "npm version on install:"
npm -v
npm install
npm ci
npm ls
elif [ "$NODEJS_VERSION" = "nodejs6" ];
then