There was an error while loading. Please reload this page.
1 parent ad3fb45 commit 3a75975Copy full SHA for 3a75975
1 file changed
package.json
@@ -51,7 +51,7 @@
51
"*.{js,json}": "prettier --write"
52
},
53
"simple-git-hooks": {
54
- "pre-commit": "npx lint-staged",
+ "pre-commit": "npm run package && npx lint-staged",
55
"pre-push": "npx eslint ."
56
57
"scripts": {
0 commit comments