Skip to content

Commit

Permalink
Change build script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
getwithashish committed Aug 16, 2023
1 parent db0dcc7 commit 0cc440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tithe-Vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build --mode development",
"build-stage": "vite build --mode stage",
"build-prod": "vite build --mode prod",
"preview": "vite preview --port 4173",
Expand Down

0 comments on commit 0cc440f

Please sign in to comment.