Skip to content

Commit 7d01b3c

Browse files
committed
Install lerna
1 parent 31b8dab commit 7d01b3c

File tree

3 files changed

+4557
-1
lines changed

3 files changed

+4557
-1
lines changed

lerna.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.0.0",
6+
"npmClient": "yarn",
7+
"useWorkspaces": true,
8+
"command": {
9+
"publish": {
10+
"message": "chore(release): Publish %s"
11+
}
12+
}
13+
}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"packages/*"
77
],
88
"author": "Sanctuary <[email protected]>",
9-
"license": "MIT"
9+
"license": "MIT",
10+
"devDependencies": {
11+
"lerna": "^4.0.0"
12+
}
1013
}

0 commit comments

Comments
 (0)