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 1ffcfdb commit 613c291Copy full SHA for 613c291
package.json
@@ -56,8 +56,9 @@
56
"url": "git://github.com/flexn-io/renative.git"
57
},
58
"scripts": {
59
- "bootstrap": "yarn install && yarn build && yarn link:rnv && yarn generateSchema && yarn resetOverrides",
60
- "bootstrap-clean": "yarn clean-gitignore && yarn install && yarn bootstrap",
+ "bootstrap": "yarn install && yarn setup",
+ "bootstrap-clean": "yarn clean-gitignore && yarn install && yarn setup",
61
+ "setup": "yarn build && yarn link:rnv && yarn generateSchema && yarn resetOverrides",
62
"build": "lerna run build",
63
"clean-gitignore": "git clean -f -d -i -X",
64
"compile": "npx lerna run compile",
0 commit comments