TASK: #103649 - Complete the build script

This commit is contained in:
luojiahao 2022-10-08 10:28:28 +08:00
parent e61b7b8fe3
commit 871e5247b9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
],
"scripts": {
"dev": "vite",
"build": "yarn run esbuild:ts && yarn run build:ts",
"build": "yarn run esbuild:ts && yarn run build:ts && yarn build:widgets",
"build:ts": "yarn tsc --build tsconfig-all.json",
"build:vite": "vite build && yarn build:widgets",
"build:widgets": "node ./tasks/build-widgets.js",