ci: force npm install on root package.json

This commit is contained in:
Nicolas Giard 2022-03-08 19:44:26 -05:00 committed by GitHub
parent b41e6adb43
commit 4697c2cc84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
echo "Installing NPM dependencies..."
npm install
npm install --force
npm install -g grunt-cli
cd bootstrap
npm install