Merge branch 'bugfix_npm_run_script' into develop
This commit is contained in:
@@ -17,10 +17,9 @@
|
|||||||
"dev-ui": "npm-run-all --parallel vite tauri-dev",
|
"dev-ui": "npm-run-all --parallel vite tauri-dev",
|
||||||
"build": "npm run build-python && npm run vite-build && npm run tauri build",
|
"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-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": "npm run build && python zip.py --zip_name VRCT.zip",
|
||||||
"release": "python zip.py --zip_name VRCT.zip",
|
"release-cuda": "npm run build-cuda && python zip.py --zip_name VRCT_cuda.zip",
|
||||||
"release-cuda": "python zip.py --zip_name VRCT_cuda.zip",
|
"release-all": "npm run release && npm run release-cuda"
|
||||||
"release-all": "npm run build && npm run release && npm run build-cuda && npm run release-cuda"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "11.14.0",
|
"@emotion/react": "11.14.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user