We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e687cb5 + 15eedfe commit eda3221Copy full SHA for eda3221
husky.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
hooks: {
3
'pre-commit': 'npm run format',
4
- 'pre-push': 'npm run test',
+ 'pre-push': 'npm test',
5
'commit-msg':
6
'commitlint -E HUSKY_GIT_PARAMS --help-url="https://github.com/tjinauyeung/svelte-forms-lib/#commit-message-conventions"',
7
},
0 commit comments