Skip to content

Commit 81eef30

Browse files
committed
chore: temp docs for debug
1 parent 05843bd commit 81eef30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
.temp
55
TODOs.md
66
vuepress
7+
temp

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"workspaces": [
44
"packages/@vuepress/*",
55
"packages/vuepress",
6-
"packages/docs"
6+
"packages/docs",
7+
"packages/temp"
78
],
89
"description": "Minimalistic doc generator with Vue component based layout system",
910
"scripts": {
@@ -12,6 +13,8 @@
1213
"build": "yarn workspace docs build",
1314
"dev:blog-example": "yarn workspace blog-example dev",
1415
"build:blog-example": "yarn workspace blog-example build",
16+
"dev:temp": "yarn workspace temp dev",
17+
"build:temp": "yarn workspace temp build",
1518
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
1619
"release": "yarn --pure-lockfile && node scripts/release.js",
1720
"changelog": "node scripts/genChangelog.js run",

0 commit comments

Comments
 (0)