Skip to content

Commit

Permalink
chore: add a build script (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 28, 2021
1 parent b2283a5 commit deba7d1
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 deba7d1

Please sign in to comment.