We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f0cc3 commit 441f1edCopy full SHA for 441f1ed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
repository: pkmn/engine
17
path: engine
18
- - run: npm -C engine install --ignore-scripts
+ - run: npm -C engine install --ignore-scripts --force
19
- run: npm -C engine run compile
20
- - run: npm -C stats install --ignore-scripts
+ - run: npm -C stats install --ignore-scripts --force
21
- run: npm -C stats run test
0 commit comments