Skip to content

Commit

Permalink
add --force flag to npm install in build_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 24, 2023
1 parent c777864 commit ea0cb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_all.sh
Expand Up @@ -28,7 +28,7 @@ cd ../../../../ || exit 1
./bin/build_wasm_emscripten.sh || exit 1

# build web worker
npm install || exit 1
npm install --force || exit 1
./bin/build_web_worker.sh || exit 1

# build browser tests
Expand Down

0 comments on commit ea0cb7d

Please sign in to comment.