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 f252405 commit 1a2652fCopy full SHA for 1a2652f
react-native-is-edge-to-edge/package.json
@@ -28,7 +28,7 @@
28
"scripts": {
29
"clean": "rm -rf dist",
30
"test": "vitest run",
31
- "build": "yarn clean && yarn test && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly"
+ "prepack": "yarn clean && yarn test && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly"
32
},
33
"peerDependencies": {
34
"react": "*",
0 commit comments