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.
1 parent 160db1e commit 556dad5Copy full SHA for 556dad5
1 file changed
package.json
@@ -42,7 +42,7 @@
42
"*.{js,json}": "prettier --write"
43
},
44
"simple-git-hooks": {
45
- "pre-commit": "npx lint-staged",
+ "pre-commit": "npm run package && npx lint-staged",
46
"pre-push": "npx eslint ."
47
48
"scripts": {
0 commit comments