Skip to content

Commit

Permalink
feat(lerna): add lerna back
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenickels committed Jun 10, 2019
1 parent 4577732 commit f848bce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"author": "Gabriel R. Abreu <grsabreu@gmail.com>",
"license": "MIT",
"devDependencies": {
"lerna": "^3.14.1",
"lint-staged": "^7.0.0",
"pre-commit": "^1.2.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "demo",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
Expand Down

0 comments on commit f848bce

Please sign in to comment.