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 2049fb2 commit b016a0cCopy full SHA for b016a0c
package.json
@@ -3,7 +3,6 @@
3
"workspaces": {
4
"packages": [
5
"packages/mdx",
6
- "examples/*",
7
"playground",
8
"site"
9
]
@@ -15,8 +14,7 @@
15
14
"build:playground": "lerna run --stream --scope playground build",
16
"test": "lerna run --stream test",
17
"dev": "lerna run --stream --scope @*/mdx dev",
18
- "release": "auto shipit",
19
- "postinstall": "yarn build:lib"
+ "release": "auto shipit"
20
},
21
"devDependencies": {
22
"auto": "^10.18.7",
0 commit comments