File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ export default async (): Promise<UserConfig<DefaultTheme.Config>> => {
54
54
} ,
55
55
define : {
56
56
"process.env.NODE_DEBUG" : "false" ,
57
+ "process.platform" : JSON . stringify ( process . platform ) ,
58
+ "process.version" : JSON . stringify ( process . version ) ,
57
59
} ,
58
60
optimizeDeps : {
59
61
// exclude: ["vue-eslint-parser"],
Original file line number Diff line number Diff line change 20
20
"predocs:watch" : " npm run build" ,
21
21
"docs:watch" : " vitepress dev docs" ,
22
22
"docs:build" : " npm run build && vitepress build docs" ,
23
+ "docs:open-dist" : " cd ./docs/.vitepress/dist && npx -y http-server --open http://localhost:8080/eslint-plugin-vue-scoped-css/" ,
23
24
"preversion" : " npm test && npm run update && git add ." ,
24
25
"version" : " npm run lint -- --fix && git add ." ,
25
26
"version:ci" : " npm run update && changeset version" ,
You can’t perform that action at this time.
0 commit comments