Skip to content

Commit f216eba

Browse files
committed
chore: Don't run postinstall
1 parent 776c2c5 commit f216eba

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

bun.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-nitro-image/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
],
3333
"scripts": {
3434
"build": "rm -rf tsconfig.tsbuildinfo && rm -rf lib && bun typecheck && bob build",
35-
"postinstall": "tsc || exit 0;",
3635
"typecheck": "tsc --noEmit",
3736
"clean": "rm -rf android/build node_modules/**/android/build lib",
3837
"lint": "biome check . --fix",

packages/react-native-nitro-web-image/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
],
3232
"scripts": {
3333
"build": "rm -rf tsconfig.tsbuildinfo && rm -rf lib && bun typecheck && bob build",
34-
"postinstall": "tsc || exit 0;",
3534
"typecheck": "tsc --noEmit",
3635
"clean": "rm -rf android/build node_modules/**/android/build lib",
3736
"lint": "biome check . --fix",

0 commit comments

Comments
 (0)