Skip to content

Commit a5a71cb

Browse files
committed
fix: removing postinstall to avoid breaking package installations
1 parent 01b574e commit a5a71cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"build": "npm run compile && netlify build ",
1111
"deploy": "npm run compile && netlify deploy",
1212
"lint": "eslint . --ext .ts && cd demo && npm run lint ",
13-
"format": "prettier --write \"(src|test)/*.+(js|ts|json)\" && cd demo && npm run format ",
14-
"postinstall": "npm run compile"
13+
"format": "prettier --write \"(src|test)/*.+(js|ts|json)\" && cd demo && npm run format "
1514
},
1615
"author": {
1716
"name": "Colby Fayock",

0 commit comments

Comments
 (0)