Skip to content

Commit 5b97cd9

Browse files
committed
chore: move postinstall script
1 parent 890afed commit 5b97cd9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"example"
1010
],
1111
"scripts": {
12+
"postinstall": "tsc || exit 0;",
1213
"build": "bun mmkv build",
1314
"bootstrap": "bun i && bun run build && cd example && bundle install && bun pods",
1415
"typecheck": "bun --filter=\"**\" typecheck",

packages/react-native-mmkv/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"README.md"
3232
],
3333
"scripts": {
34-
"postinstall": "tsc || exit 0;",
3534
"typecheck": "tsc --noEmit",
3635
"clean": "rm -rf android/build node_modules/**/android/build lib",
3736
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",

0 commit comments

Comments
 (0)