Skip to content

Commit 44a8f80

Browse files
committed
test
1 parent 59d4cc2 commit 44a8f80

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
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",
@@ -26,6 +26,9 @@
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",
@@ -70,9 +73,6 @@
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"

0 commit comments

Comments
 (0)