fix: package command config

This commit is contained in:
ziqiang 2024-09-29 16:44:39 +08:00 committed by Rui-Sun
parent 239a0b771d
commit 83c58915be

View File

@ -7,7 +7,7 @@
"serve": "vite --host",
"build": "vite build && cp -r ./assets ./dist",
"watch": "node ./libs/template-parse/build.js --env dev --watch",
"start": "vite --host"
"start": "npx concurrently --kill-others \"npm:watch\" \"npm:serve\""
},
"dependencies": {
"@arco-design/web-react": "2.60.2",