Skip to content

Commit

Permalink
build(node): don't run prepare during smoke test (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 23, 2020
1 parent 1085e9c commit a783321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# The first installation step ensures that all of our production
# dependencies work on the given Node.js version, this helps us find
# dependencies that don't match our engines field:
- run: npm install --production --engine-strict
- run: npm install --production --engine-strict --ignore-scripts
- run: npm install
- run: npm test
- name: coverage
Expand Down

0 comments on commit a783321

Please sign in to comment.