Skip to content

Commit 4697c2c

Browse files
authored
ci: force npm install on root package.json
1 parent b41e6ad commit 4697c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
DEBIAN_FRONTEND: noninteractive
8383
run: |
8484
echo "Installing NPM dependencies..."
85-
npm install
85+
npm install --force
8686
npm install -g grunt-cli
8787
cd bootstrap
8888
npm install

0 commit comments

Comments
 (0)