Skip to content

Commit 445b8aa

Browse files
committed
Ensure right order between bootstraps
1 parent a91a23a commit 445b8aa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
"type": "module",
55
"private": true,
66
"workspaces": [
7-
"apps/*",
8-
"packages/*"
7+
"apps/test-app",
8+
"packages/gyp-to-cmake",
9+
"packages/cmake-rn",
10+
"packages/ferric",
11+
"packages/host",
12+
"packages/node-addon-examples",
13+
"packages/ferric-example"
914
],
1015
"homepage": "https://github.com/callstackincubator/react-native-node-api#readme",
1116
"scripts": {

0 commit comments

Comments
 (0)