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

Commit

Permalink
chore(lerna): Update lerna configuration.
Browse files Browse the repository at this point in the history
Remove exclude rules for *example*.
  • Loading branch information
Maximilian Fellner committed Feb 13, 2017
1 parent 8a951ac commit cbc8148
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"lerna": "2.0.0-beta.35",
"commands": {
"bootstrap": {
"ignore": [
"*example*"
],
"scope": [
"tessellate-*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"postinstall": "npm run bootstrap && npm run dist",
"test": "lerna run test",
"dist": "lerna run dist",
"bootstrap": "lerna exec --ignore *example* -- npm install && lerna bootstrap --ignore *example*",
"bootstrap": "lerna exec -- npm install && lerna bootstrap",
"semantic-release": "lerna-semantic-release pre && lerna-semantic-release post && lerna-semantic-release perform"
},
"devDependencies": {
Expand Down

0 comments on commit cbc8148

Please sign in to comment.