Merge branch 'bugfix_npm_run_script' into develop

This commit is contained in:
Sakamoto Shiina
2025-01-23 15:41:00 +09:00

View File

@@ -17,10 +17,9 @@
"dev-ui": "npm-run-all --parallel vite tauri-dev",
"build": "npm run build-python && npm run vite-build && npm run tauri build",
"build-cuda": "npm run build-python-cuda && npm run vite-build && npm run tauri build",
"build-ui": "npm run vite-build && npm run tauri build",
"release": "python zip.py --zip_name VRCT.zip",
"release-cuda": "python zip.py --zip_name VRCT_cuda.zip",
"release-all": "npm run build && npm run release && npm run build-cuda && npm run release-cuda"
"release": "npm run build && python zip.py --zip_name VRCT.zip",
"release-cuda": "npm run build-cuda && python zip.py --zip_name VRCT_cuda.zip",
"release-all": "npm run release && npm run release-cuda"
},
"dependencies": {
"@emotion/react": "11.14.0",