Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
run npm script from husky
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed Mar 29, 2019
1 parent c3fc0fa commit 37a4f8c
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 @@ -73,7 +73,7 @@
],
"husky": {
"hooks": {
"pre-commit": "eslint assets/dev/scripts/*.js && stylelint \"assets/dev/styles/**/*.scss\" --syntax scss && ./vendor/bin/phpcs --ignore=*/vendor/*,*/node_modules/* ."
"pre-commit": "npm run precommit"
}
}
}

0 comments on commit 37a4f8c

Please sign in to comment.