Skip to content

Commit e45314b

Browse files
authored
fix: Husky breaking publish (#571)
1 parent ad7356a commit e45314b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
"fix:format": "prettier --write --no-error-on-unmatched-pattern ./src",
2424
"fix:js": "eslint --fix . --ext ts,tsx,js,jsx",
2525
"prepublishOnly": "npm run build",
26-
"firebase:start": "yarn build:storybook && npx firebase emulators:start",
27-
"postinstall": "husky",
28-
"prepack": "pinst --disable",
29-
"postpack": "pinst --enable"
26+
"firebase:start": "yarn build:storybook && npx firebase emulators:start"
3027
},
3128
"engines": {
3229
"node": "18.16.0"

0 commit comments

Comments
 (0)