There was an error while loading. Please reload this page.
1 parent 5eaf583 commit 415f7d3Copy full SHA for 415f7d3
1 file changed
package.json
@@ -72,7 +72,7 @@
72
"*.{js,json}": "prettier --write"
73
},
74
"simple-git-hooks": {
75
- "pre-commit": "npx lint-staged",
+ "pre-commit": "npm run package && npx lint-staged",
76
"pre-push": "npx eslint ."
77
78
"scripts": {
0 commit comments