We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1de4f commit e559aa5Copy full SHA for e559aa5
package.json
@@ -9,8 +9,7 @@
9
"example"
10
],
11
"scripts": {
12
- "postinstall": "tsc || exit 0;",
13
- "build": "bun mmkv build",
+ "postinstall": "bun mmkv build",
14
"bootstrap": "bun i && bun run build && cd example && bundle install && bun pods",
15
"typecheck": "bun --filter=\"**\" typecheck",
16
"lint": "bun --filter=\"**\" lint",
0 commit comments