Skip to content

Commit 926ff58

Browse files
committed
chore(npm): remove postinstall script
1 parent 7cbe6e4 commit 926ff58

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
@@ -26,8 +26,7 @@
2626
"typecheck": "tsc --noEmit",
2727
"spec": "jest",
2828
"test": "npm run typecheck && npm run spec && npm run lint && npm run prettycheck",
29-
"prepublishOnly": "npm run build",
30-
"postinstall": "scripts/install.js"
29+
"prepublishOnly": "npm run build"
3130
},
3231
"peerDependencies": {
3332
"react-native-gesture-handler": ">=2",

0 commit comments

Comments
 (0)