File tree 2 files changed +12
-10
lines changed
packages/docs/.vitepress/config
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 13
13
"size" : " pnpm run -r size" ,
14
14
"build" : " pnpm run -r build" ,
15
15
"build:dts" : " pnpm run -r build:dts" ,
16
- "docs:build" : " pnpm run -r docs:build --filter ./packages/docs" ,
16
+ "docs:api" : " pnpm run --filter ./packages/docs -r docs:api" ,
17
+ "docs:build" : " pnpm run docs:api && pnpm run --filter ./packages/docs -r docs:build" ,
17
18
"play" : " pnpm run -r play" ,
18
19
"build:size" : " pnpm run -r build:size" ,
19
20
"lint" : " pnpm run lint:script && pnpm run lint:html" ,
Original file line number Diff line number Diff line change @@ -69,15 +69,16 @@ export const sharedConfig = defineConfig({
69
69
// },
70
70
// ],
71
71
72
- [
73
- 'script' ,
74
- {
75
- src : 'https://vueschool.io/banners/main.js' ,
76
- // @ts -expect-error: vitepress bug
77
- async : true ,
78
- type : 'text/javascript' ,
79
- } ,
80
- ] ,
72
+ // TODO: reactivate once it's fixed
73
+ // [
74
+ // 'script',
75
+ // {
76
+ // src: 'https://vueschool.io/banners/main.js',
77
+ // // @ts -expect-error: vitepress bug
78
+ // async: true,
79
+ // type: 'text/javascript',
80
+ // },
81
+ // ],
81
82
82
83
...( isProduction ? productionHead : [ ] ) ,
83
84
] ,
You can’t perform that action at this time.
0 commit comments