Skip to content

Commit

Permalink
the test-cra was breaking the build, because it’s dependencies are no…
Browse files Browse the repository at this point in the history
…t managed by lerna.
  • Loading branch information
ndelangen committed Apr 28, 2017
1 parent b45186b commit 034b1ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/test-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"pretest": "npm install",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
Expand Down
7 changes: 7 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"lerna": "2.0.0-rc.3",
"version": "3.0.0",
"commands": {
"bootstrap": {
"ignore": [
"test-cra"
]
}
},
"packages": [
"packages/*",
"examples/*"
Expand Down

0 comments on commit 034b1ee

Please sign in to comment.