File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 },
77 "scripts" : {
88 "bootstrap" : " lerna bootstrap" ,
9- "bootstrap:docs" : " cd docs && npm i " ,
10- "bootstrap:test-cra" : " lerna exec --scope test-cra -- npm i " ,
11- "bootstrap:react-native-vanilla" : " lerna exec --scope react-native-vanilla -- npm i " ,
9+ "bootstrap:docs" : " cd docs && yarn install " ,
10+ "bootstrap:test-cra" : " lerna exec --scope test-cra -- yarn install " ,
11+ "bootstrap:react-native-vanilla" : " lerna exec --scope react-native-vanilla -- yarn install " ,
1212 "changelog" : " pr-log --sloppy" ,
1313 "precommit" : " lint-staged" ,
1414 "coverage" : " codecov" ,
2626 "publish" : " lerna publish" ,
2727 "test" : " jest --projects ./ ./examples/react-native-vanilla"
2828 },
29+ "engines" : {
30+ "node" : " node"
31+ },
2932 "devDependencies" : {
3033 "babel-cli" : " ^6.24.1" ,
3134 "babel-core" : " ^6.24.1" ,
7073 "remark-toc" : " ^4.0.0" ,
7174 "shelljs" : " ^0.7.7"
7275 },
73- "engines" : {
74- "npm" : " <5.0.0"
75- },
7676 "collective" : {
7777 "type" : " opencollective" ,
7878 "url" : " https://opencollective.com/storybook"
You can’t perform that action at this time.
0 commit comments