Skip to content

Commit

Permalink
chore: fix yarn build-prod command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 18, 2023
1 parent c85b95e commit c7aef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite",
"build-prod": "vite build --base=/app/ vite build --mode prod",
"build-prod": "vite build --base=/app/ --mode prod",
"build-staging": "vite build --base=/app/ --mode preprod",
"preview": "vite preview"
},
Expand Down

0 comments on commit c7aef94

Please sign in to comment.