Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 16, 2017
1 parent 59d4cc2 commit f15a548
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap:docs": "cd docs && npm i",
"bootstrap:test-cra": "lerna exec --scope test-cra -- npm i",
"bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npm i",
"bootstrap:docs": "cd docs && npmc",
"bootstrap:test-cra": "lerna exec --scope test-cra -- npmc",
"bootstrap:react-native-vanilla": "lerna exec --scope react-native-vanilla -- npmc",
"changelog": "pr-log --sloppy",
"precommit": "lint-staged",
"coverage": "codecov",
Expand All @@ -26,6 +26,9 @@
"publish": "lerna publish",
"test": "jest --projects ./ ./examples/react-native-vanilla"
},
"engines": {
"node": "node"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
Expand Down Expand Up @@ -58,6 +61,7 @@
"markdown-it-anchor": "^4.0.0",
"markdownlint-cli": "^0.3.1",
"nodemon": "^1.11.0",
"npmc": "^5.0.3-canary.12",
"prettier": "^1.3.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
Expand All @@ -70,9 +74,6 @@
"remark-toc": "^4.0.0",
"shelljs": "^0.7.7"
},
"engines": {
"npm": "<5.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
Expand Down

0 comments on commit f15a548

Please sign in to comment.