Skip to content

Commit 441f1ed

Browse files
committed
Update test.yml
1 parent 65f0cc3 commit 441f1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
repository: pkmn/engine
1717
path: engine
18-
- run: npm -C engine install --ignore-scripts
18+
- run: npm -C engine install --ignore-scripts --force
1919
- run: npm -C engine run compile
20-
- run: npm -C stats install --ignore-scripts
20+
- run: npm -C stats install --ignore-scripts --force
2121
- run: npm -C stats run test

0 commit comments

Comments
 (0)