Skip to content

Commit a65f3e2

Browse files
committed
Change root build
1 parent aed73bb commit a65f3e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"workspaces": {
44
"packages": [
55
"packages/mdx",
6-
"examples/*",
76
"site"
87
]
98
},
109
"scripts": {
11-
"build": "lerna run --stream x -- build",
10+
"build": "lerna run --scope @*/mdx build",
1211
"watch": "lerna run --since HEAD --exclude-dependents --parallel x -- watch",
1312
"watch-all": "lerna run --parallel x -- watch",
1413
"storybook": "lerna run --scope storybook start --stream",

0 commit comments

Comments
 (0)