We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41e6ad commit 4697c2cCopy full SHA for 4697c2c
1 file changed
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
DEBIAN_FRONTEND: noninteractive
83
run: |
84
echo "Installing NPM dependencies..."
85
- npm install
+ npm install --force
86
npm install -g grunt-cli
87
cd bootstrap
88
npm install
0 commit comments