mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
FIX wrong yerna package
This commit is contained in:
parent
50c61f1ace
commit
a2c7a4aea1
@ -1,5 +1,6 @@
|
||||
language: node_js
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
- .jest
|
||||
|
@ -17,10 +17,11 @@
|
||||
"react": "^15.5.4",
|
||||
"react-addons-test-utils": "^15.5.1",
|
||||
"react-dom": "^15.5.4",
|
||||
"yerna": "^0.0.1"
|
||||
"yarn": "^0.22.0",
|
||||
"yernapkg": "^0.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "yerna install",
|
||||
"postinstall": "yerna install --parallel 1",
|
||||
"lint": "eslint .",
|
||||
"test": "jest --config ./.jestrc",
|
||||
"test:watch": "npm test -- --watch",
|
||||
|
Loading…
x
Reference in New Issue
Block a user