Skip to content

Commit 613c291

Browse files
fix ybc
1 parent 1ffcfdb commit 613c291

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656
"url": "git://github.com/flexn-io/renative.git"
5757
},
5858
"scripts": {
59-
"bootstrap": "yarn install && yarn build && yarn link:rnv && yarn generateSchema && yarn resetOverrides",
60-
"bootstrap-clean": "yarn clean-gitignore && yarn install && yarn bootstrap",
59+
"bootstrap": "yarn install && yarn setup",
60+
"bootstrap-clean": "yarn clean-gitignore && yarn install && yarn setup",
61+
"setup": "yarn build && yarn link:rnv && yarn generateSchema && yarn resetOverrides",
6162
"build": "lerna run build",
6263
"clean-gitignore": "git clean -f -d -i -X",
6364
"compile": "npx lerna run compile",

0 commit comments

Comments
 (0)