Skip to content

Commit 46e9537

Browse files
committed
Use lerna and yarn to make css-blocks into a mono repo
1 parent 28c33be commit 46e9537

File tree

3 files changed

+4776
-0
lines changed

3 files changed

+4776
-0
lines changed

lerna.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "0.16.0",
3+
"lerna": "2.5.1",
4+
"packages": [
5+
"packages/*"
6+
],
7+
"npmClient": "yarn",
8+
"useWorkspaces": true,
9+
"command": {
10+
"bootstrap": {
11+
"registry": "http://artifactory.corp.linkedin.com:8081/artifactory/api/npm/npm-external/"
12+
}
13+
}
14+
}

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"private": true,
3+
"devDependencies": {
4+
"lerna": "^2.5.1",
5+
},
6+
"workspaces": [
7+
"packages/*"
8+
]
9+
}

0 commit comments

Comments
 (0)