build(deps):调整调试命令顺序。

This commit is contained in:
徐涛 2023-03-08 08:46:02 +08:00
parent f63e4f1e6f
commit d96c50c1da

View File

@ -5,10 +5,10 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"tauri-dev": "tauri dev",
"build": "tsc && vite build", "build": "tsc && vite build",
"preview": "vite preview", "preview": "vite preview",
"tauri": "tauri", "tauri": "tauri"
"tauri-dev": "tauri dev"
}, },
"dependencies": { "dependencies": {
"@emotion/css": "^11.10.6", "@emotion/css": "^11.10.6",
@ -44,4 +44,4 @@
"typescript": "^4.6.4", "typescript": "^4.6.4",
"vite": "^4.0.0" "vite": "^4.0.0"
} }
} }