Skip to content

Commit

Permalink
Remove examples from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Jul 6, 2023
1 parent 2049fb2 commit b016a0c
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 15,444 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"workspaces": {
"packages": [
"packages/mdx",
"examples/*",
"playground",
"site"
]
Expand All @@ -15,8 +14,7 @@
"build:playground": "lerna run --stream --scope playground build",
"test": "lerna run --stream test",
"dev": "lerna run --stream --scope @*/mdx dev",
"release": "auto shipit",
"postinstall": "yarn build:lib"
"release": "auto shipit"
},
"devDependencies": {
"auto": "^10.18.7",
Expand Down

0 comments on commit b016a0c

Please sign in to comment.