We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed73bb commit a65f3e2Copy full SHA for a65f3e2
package.json
@@ -3,12 +3,11 @@
3
"workspaces": {
4
"packages": [
5
"packages/mdx",
6
- "examples/*",
7
"site"
8
]
9
},
10
"scripts": {
11
- "build": "lerna run --stream x -- build",
+ "build": "lerna run --scope @*/mdx build",
12
"watch": "lerna run --since HEAD --exclude-dependents --parallel x -- watch",
13
"watch-all": "lerna run --parallel x -- watch",
14
"storybook": "lerna run --scope storybook start --stream",
0 commit comments