mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
fix: package command config
This commit is contained in:
parent
239a0b771d
commit
83c58915be
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user