Skip to content

Commit 7d50171

Browse files
committed
Update workspaces setup
1 parent 069d61a commit 7d50171

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
theme-ui/README.md
1+
packages/theme-ui/README.md

lerna.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [
6-
"theme-ui",
7-
"typography",
8-
"gatsby-plugin"
6+
"packages/*"
97
]
108
}

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"now-build": "yarn build"
1212
},
1313
"workspaces": [
14-
"theme-ui",
15-
"typography",
16-
"docs",
17-
"gatsby-plugin-theme-ui",
14+
"packages/*",
1815
"examples/*"
1916
],
2017
"devDependencies": {

0 commit comments

Comments
 (0)