Skip to content

Commit a783321

Browse files
author
Benjamin E. Coe
authored
build(node): don't run prepare during smoke test (#827)
1 parent 1085e9c commit a783321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • synthtool/gcp/templates/node_library/.github/workflows

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# The first installation step ensures that all of our production
2020
# dependencies work on the given Node.js version, this helps us find
2121
# dependencies that don't match our engines field:
22-
- run: npm install --production --engine-strict
22+
- run: npm install --production --engine-strict --ignore-scripts
2323
- run: npm install
2424
- run: npm test
2525
- name: coverage

0 commit comments

Comments
 (0)