Skip to content

Commit

Permalink
chore: add a build script (vitejs#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored and TobiasMelen committed May 3, 2021
1 parent 36e1240 commit e669506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -15,6 +15,7 @@
"docs": "vitepress dev docs",
"build-docs": "vitepress build docs",
"serve-docs": "vitepress serve docs",
"build": "run-s build-vite build-plugin-vue",
"build-vite": "cd packages/vite && yarn build",
"build-plugin-vue": "cd packages/plugin-vue && yarn build",
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
Expand Down

0 comments on commit e669506

Please sign in to comment.