Skip to content

Commit 1a2652f

Browse files
committed
Replace build by prepack to ensure dist presence in published package
1 parent f252405 commit 1a2652f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-is-edge-to-edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"clean": "rm -rf dist",
3030
"test": "vitest run",
31-
"build": "yarn clean && yarn test && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly"
31+
"prepack": "yarn clean && yarn test && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly"
3232
},
3333
"peerDependencies": {
3434
"react": "*",

0 commit comments

Comments
 (0)