Skip to content

Commit

Permalink
fix: fix prod and staging build
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 14, 2023
1 parent 07f7a6c commit 1ad4221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build",
"build-prod": "vite build --base=/app/ vite build --mode prod",
"build-staging": "vite build --base=/app/ --mode preprod",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit 1ad4221

Please sign in to comment.