Skip to content

Commit b016a0c

Browse files
committed
Remove examples from workspace
1 parent 2049fb2 commit b016a0c

File tree

2 files changed

+498
-15444
lines changed

2 files changed

+498
-15444
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"workspaces": {
44
"packages": [
55
"packages/mdx",
6-
"examples/*",
76
"playground",
87
"site"
98
]
@@ -15,8 +14,7 @@
1514
"build:playground": "lerna run --stream --scope playground build",
1615
"test": "lerna run --stream test",
1716
"dev": "lerna run --stream --scope @*/mdx dev",
18-
"release": "auto shipit",
19-
"postinstall": "yarn build:lib"
17+
"release": "auto shipit"
2018
},
2119
"devDependencies": {
2220
"auto": "^10.18.7",

0 commit comments

Comments
 (0)