Make it so that I can test the prod build locally easier
This commit is contained in:
parent
d888a0c9be
commit
c23a656574
2 changed files with 12 additions and 4 deletions
|
|
@ -7,8 +7,8 @@
|
|||
"lint:nofix": "eslint",
|
||||
"dev": "NODE_ENV=development vite build --mode dev --watch",
|
||||
"dev:once": "NODE_ENV=development vite build --mode dev",
|
||||
"staging": "NODE_ENV=staging vite build --mode dev --watch",
|
||||
"staging:once": "NODE_ENV=staging vite build --mode dev",
|
||||
"staging": "NODE_ENV=staging vite build --mode staging --watch",
|
||||
"staging:once": "NODE_ENV=staging vite build --mode staging",
|
||||
"build": "NODE_ENV=production vite build --mode prod"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue