ci: force npm install on root package.json
This commit is contained in:
parent
b41e6adb43
commit
4697c2cc84
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue