feat(optimize): optimize Falukant 3D models during build and update deployment scripts
All checks were successful
Deploy to production / deploy (push) Successful in 3m3s
All checks were successful
Deploy to production / deploy (push) Successful in 3m3s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "3.0.0-beta-1.0.0",
|
||||
"scripts": {
|
||||
"start": "npm-run-all --parallel build start:backend",
|
||||
"build": "cd frontend && npm run build",
|
||||
"build": "cd frontend && npm run optimize-models && npm run build",
|
||||
"start:backend": "cd backend && node server.js",
|
||||
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
|
||||
"dev:backend": "cd backend && nodemon server.js",
|
||||
|
||||
Reference in New Issue
Block a user