Skip to content

Commit f973dfc

Browse files
authored
Merge pull request #1221 from acro5piano/fix/postinstall-to-prepare
Fix postinstall script to only run for developers
2 parents 24ed638 + 815c99b commit f973dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "gosho-kazuya <ketsume0211@gmail.com>",
1010
"license": "MIT",
1111
"scripts": {
12-
"postinstall": "simple-git-hooks",
12+
"prepare": "simple-git-hooks",
1313
"storybook": "storybook dev -p 7007",
1414
"build-storybook": "NODE_OPTIONS='--openssl-legacy-provider' storybook build -o .storybook-build",
1515
"sync-demo": "bun run build && cp -r build expo-demo/node_modules/react-native-big-calendar && echo 'copied build to expo-demo'",

0 commit comments

Comments
 (0)