chg: [deployment] use npm ci in order to prevent local changes to the lock file instead of using npm install

phpword_v0.18.1
Cédric Bonhomme 2021-05-10 14:00:40 +02:00
parent de776d7240
commit 889e6c8abb
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ if [[ -d node_modules && -d node_modules/ng_anr ]]; then
npm update
fi
else
npm install
npm ci
fi
cd node_modules/ng_client
npm install
npm ci
cd ../..
./scripts/link_modules_resources.sh