Skip to content

Commit 17f04b6

Browse files
committed
fix: install deps in fixture before testing
1 parent 908f1af commit 17f04b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"pretest:fixtures:missing-angular-deps": "cd tests/fixtures/missing-angular-deps && npm ci",
2525
"pretest:fixtures:application-builder": "cd tests/fixtures/application-builder && npm ci",
2626
"pretest:fixtures:browser-builder": "cd tests/fixtures/browser-builder && npm ci",
27+
"pretest:fixtures:prerender-false": "cd tests/fixtures/prerender-false && npm ci",
2728
"pretest": "run-s pretest:*",
2829
"test": "node --test"
2930
},

0 commit comments

Comments
 (0)