Skip to content

Commit

Permalink
chore: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Dec 5, 2021
1 parent 44fe450 commit 5eaba03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@
"test:helpers": "TEST_HELPERS=1 npm run wtr -- --config wtr.config.mjs",
"ts": "tsc",
"watch": "npm run clean && tsc --watch",
"wtr": "node --max-old-space-size=8192 --trace-deprecation node_modules/@web/test-runner/dist/bin.js"
"wtr": "node --max-old-space-size=8192 --trace-deprecation node_modules/@web/test-runner/dist/bin.js",
"lint-commit": "npm x -y -- commitlint --edit"
},
"simple-git-hooks": {
"pre-commit": "npm run check && npm run nano-staged && npm run ts -- --noEmit",
"commit-msg": "npm x -y -- commitlint --edit \"$1\"",
"commit-msg": "npm run lint-commit",
"post-commit": "npm run clean"
},
"commitlint": {
Expand Down

0 comments on commit 5eaba03

Please sign in to comment.