Skip to content

Commit

Permalink
fix(view): seems like yarn workspaces broke next packages resolution.…
Browse files Browse the repository at this point in the history
… i don't get it.
  • Loading branch information
reel committed Dec 7, 2017
1 parent ca43289 commit 073d40a
Show file tree
Hide file tree
Showing 12 changed files with 291 additions and 5,520 deletions.
5 changes: 1 addition & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"lerna": "2.2.0",
"conventionalCommits": "true",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.20.0"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"precommit": "lint-staged",
"prepublish": "cp README.md packages/henri",
"pretest": "lerna bootstrap",
"test": "NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --forceExit --runInBand --verbose --bail",
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"test:watch": "NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --runInBand --verbose --bail --watch --notify"
"test":
"NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --forceExit --runInBand --verbose --bail",
"coveralls":
"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"test:watch":
"NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --runInBand --verbose --bail --watch --notify"
},
"devDependencies": {
"@types/bcrypt-nodejs": "^0.0.30",
Expand Down Expand Up @@ -91,8 +94,5 @@
"!**/perf/**",
"!**/test/**"
]
},
"workspaces": [
"packages/*"
]
}
}

0 comments on commit 073d40a

Please sign in to comment.