File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ node_modules
4
4
.temp
5
5
TODOs.md
6
6
vuepress
7
+ temp
Original file line number Diff line number Diff line change 3
3
"workspaces" : [
4
4
" packages/@vuepress/*" ,
5
5
" packages/vuepress" ,
6
- " packages/docs"
6
+ " packages/docs" ,
7
+ " packages/temp"
7
8
],
8
9
"description" : " Minimalistic doc generator with Vue component based layout system" ,
9
10
"scripts" : {
12
13
"build" : " yarn workspace docs build" ,
13
14
"dev:blog-example" : " yarn workspace blog-example dev" ,
14
15
"build:blog-example" : " yarn workspace blog-example build" ,
16
+ "dev:temp" : " yarn workspace temp dev" ,
17
+ "build:temp" : " yarn workspace temp build" ,
15
18
"lint" : " eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*" ,
16
19
"release" : " yarn --pure-lockfile && node scripts/release.js" ,
17
20
"changelog" : " node scripts/genChangelog.js run" ,
You can’t perform that action at this time.
0 commit comments