Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
chore: Combine yarn and lerna bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Fellner committed Feb 2, 2017
1 parent af41b44 commit f514904
Show file tree
Hide file tree
Showing 4 changed files with 2,669 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ addons:
packages:
- g++-4.8
cache:
yarn: true
directories:
- node_modules
- packages/tessellate-bundler/node_modules
Expand Down
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"lerna": "2.0.0-beta.35",
"commands": {
"bootstrap": {
"ignore": "*example*"
"ignore": [
"*example*"
],
"scope": [
"tessellate-*"
]
}
},
"version": "independent"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"postinstall": "npm run bootstrap && npm run dist",
"test": "lerna run test",
"dist": "lerna run dist",
"bootstrap": "lerna exec --ignore *example* --concurrency=1 -- yarn install && lerna exec --ignore *example* --concurrency=99 -- linklocal",
"yarn-install": "lerna exec --ignore *example* --concurrency=1 -- yarn install",
"bootstrap": "npm run yarn-install && lerna bootstrap --ignore *example*",
"semantic-release": "lerna-semantic-release pre && lerna-semantic-release post && lerna-semantic-release perform"
},
"devDependencies": {
"commitizen": "2.9.5",
"cz-lerna-changelog": "1.1.0",
"lerna": "2.0.0-beta.35",
"lerna-semantic-release": "9.0.4",
"linklocal": "2.8.0"
"lerna-semantic-release": "9.0.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit f514904

Please sign in to comment.