We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c0268 commit ed179f5Copy full SHA for ed179f5
package.json
@@ -48,7 +48,7 @@
48
"build-gh-pages": "npm run build-docs",
49
"ci:build": "npm run build",
50
"ci:test": "npm run lint-config && npm run lint && npm run cover",
51
- "commit-msg": "commitlint --edit",
+ "commit-msg": "commitlint -g .commitlintrc.cjs --edit",
52
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
53
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
54
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
0 commit comments