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 acf1a7c commit 511e61aCopy full SHA for 511e61a
package.json
@@ -21,7 +21,8 @@
21
"test": "npm run test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples",
22
"bootstrap": "npm run build && npm run bootstrap --workspaces --if-present",
23
"prerelease": "npm run build && npm run prerelease --workspaces --if-present",
24
- "release": "changeset publish"
+ "release": "changeset publish",
25
+ "postinstall": "npm run build"
26
},
27
"author": {
28
"name": "Callstack",
0 commit comments