Skip to content

Commit

Permalink
chore(ci): update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Sep 20, 2021
1 parent d131409 commit b1ee65c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 125 deletions.
150 changes: 26 additions & 124 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"test:elements": "npm run wtr -- --config wtr.config.mjs",
"test": "npm run test:helpers && npm run test:elements",
"watch": "npm run clean && tsc --watch",
"prepare": "if [ \"$CI\" = 'true' ]; then npm x -- husky install; fi",
"prepare": "if [ \"$CI\" != 'true' ]; then npm x -- husky install; fi",
"postinstall": "if [ \"$CI\" != 'true' ]; then npm dedupe; fi",
"wtr": "node --max-old-space-size=8192 --trace-deprecation node_modules/@web/test-runner/dist/bin.js"
},
Expand Down

0 comments on commit b1ee65c

Please sign in to comment.