Skip to content

Commit eda3221

Browse files
author
Larry Botha
authored
Merge pull request #104 from tjinauyeung/chore/install-svelte-check
2 parents e687cb5 + 15eedfe commit eda3221

File tree

3 files changed

+424
-15
lines changed

3 files changed

+424
-15
lines changed

husky.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
hooks: {
33
'pre-commit': 'npm run format',
4-
'pre-push': 'npm run test',
4+
'pre-push': 'npm test',
55
'commit-msg':
66
'commitlint -E HUSKY_GIT_PARAMS --help-url="https://github.com/tjinauyeung/svelte-forms-lib/#commit-message-conventions"',
77
},

0 commit comments

Comments
 (0)