Skip to content

Commit 0ff3702

Browse files
committed
initial setup of lerna
1 parent 6ec581d commit 0ff3702

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

lerna.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"packages": [
3+
"*"
4+
],
5+
"version": "0.0.0"
6+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"private": true,
66
"scripts": {
77
"format": "prettier --write {,**/}*.{yaml,js,md}",
8-
"test": "prettier --list-different {,**/}*.{yaml,js,md}"
8+
"test": "prettier --list-different {,**/}*.{yaml,js,md}",
9+
"postinstall": "lerna bootstrap"
910
},
1011
"repository": "",
1112
"author": "Firebase (https://firebase.google.com/)",
@@ -14,6 +15,7 @@
1415
"url": ""
1516
},
1617
"devDependencies": {
18+
"lerna": "^3.4.3",
1719
"prettier": "1.15.3"
1820
}
1921
}

0 commit comments

Comments
 (0)