Skip to content

Commit

Permalink
Revert "chore: temp docs for debug"
Browse files Browse the repository at this point in the history
This reverts commit 81eef30.
  • Loading branch information
ulivz committed Oct 17, 2018
1 parent 1f345d1 commit 2e14181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ node_modules
.temp
TODOs.md
vuepress
temp
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"workspaces": [
"packages/@vuepress/*",
"packages/vuepress",
"packages/docs",
"packages/temp"
"packages/docs"
],
"description": "Minimalistic doc generator with Vue component based layout system",
"scripts": {
Expand All @@ -13,8 +12,6 @@
"build": "yarn workspace docs build",
"dev:blog-example": "yarn workspace blog-example dev",
"build:blog-example": "yarn workspace blog-example build",
"dev:temp": "yarn workspace temp dev",
"build:temp": "yarn workspace temp build",
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
"release": "yarn --pure-lockfile && node scripts/release.js",
"changelog": "node scripts/genChangelog.js run",
Expand Down

0 comments on commit 2e14181

Please sign in to comment.