Skip to content

Commit

Permalink
chore(end-to-end-tests): run 'npm ci' in e2e tests (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz authored Jun 28, 2021
1 parent 5d78260 commit 7f7571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "jest",
"test.analysis": "cd test && npm run build",
"test.dist": "node scripts --validate-build",
"test.end-to-end": "cd test/end-to-end && npm i && npm test && npm run test.dist",
"test.end-to-end": "cd test/end-to-end && npm ci && npm test && npm run test.dist",
"test.jest": "jest",
"test.karma": "cd test/karma && npm run karma",
"test.karma.prod": "cd test/karma && npm run karma.prod",
Expand Down

0 comments on commit 7f7571a

Please sign in to comment.