Skip to content

Commit 511e61a

Browse files
committed
chore: postinstall script to build all packages
1 parent acf1a7c commit 511e61a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"test": "npm run test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples",
2222
"bootstrap": "npm run build && npm run bootstrap --workspaces --if-present",
2323
"prerelease": "npm run build && npm run prerelease --workspaces --if-present",
24-
"release": "changeset publish"
24+
"release": "changeset publish",
25+
"postinstall": "npm run build"
2526
},
2627
"author": {
2728
"name": "Callstack",

0 commit comments

Comments
 (0)