Skip to content

Commit e559aa5

Browse files
committed
chore: Run build at top level
1 parent fa1de4f commit e559aa5

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
@@ -9,8 +9,7 @@
99
"example"
1010
],
1111
"scripts": {
12-
"postinstall": "tsc || exit 0;",
13-
"build": "bun mmkv build",
12+
"postinstall": "bun mmkv build",
1413
"bootstrap": "bun i && bun run build && cd example && bundle install && bun pods",
1514
"typecheck": "bun --filter=\"**\" typecheck",
1615
"lint": "bun --filter=\"**\" lint",

0 commit comments

Comments
 (0)