Skip to content

Commit

Permalink
fix: install deps in fixture before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Mar 4, 2024
1 parent 908f1af commit 17f04b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"pretest:fixtures:missing-angular-deps": "cd tests/fixtures/missing-angular-deps && npm ci",
"pretest:fixtures:application-builder": "cd tests/fixtures/application-builder && npm ci",
"pretest:fixtures:browser-builder": "cd tests/fixtures/browser-builder && npm ci",
"pretest:fixtures:prerender-false": "cd tests/fixtures/prerender-false && npm ci",
"pretest": "run-s pretest:*",
"test": "node --test"
},
Expand Down

0 comments on commit 17f04b6

Please sign in to comment.