There was an error while loading. Please reload this page.
1 parent 0e8ab4d commit d936310Copy full SHA for d936310
1 file changed
package.json
@@ -92,7 +92,7 @@
92
"*.{js,json}": "prettier --write"
93
},
94
"simple-git-hooks": {
95
- "pre-commit": "npx lint-staged",
+ "pre-commit": "npm run package && npx lint-staged",
96
"pre-push": "npx eslint ."
97
}
98
0 commit comments