Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioBrux committed Aug 25, 2021
1 parent 21f8334 commit f95149e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"simple-git-hooks": {
"commit-msg": "npx --no-install commitlint --edit $1",
"pre-commit": "npm run lint-staged"
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit f95149e

Please sign in to comment.