Skip to content

Commit

Permalink
update husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Apr 21, 2020
1 parent b2292a3 commit 46c9c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
hooks: {
'pre-commit': 'npm run precommit'
'pre-commit': 'lint-staged'
}
};

0 comments on commit 46c9c6b

Please sign in to comment.