From e66950618b42286ffba1853fe1cd2cbddf2f4d6f Mon Sep 17 00:00:00 2001 From: Shinigami Date: Wed, 28 Apr 2021 10:32:18 +0200 Subject: [PATCH] chore: add a build script (#3019) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 662d263c28188c..15776aaab08da5 100644 --- a/package.json +++ b/package.json @@ -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"