Skip to content

Commit

Permalink
Added prod command
Browse files Browse the repository at this point in the history
  • Loading branch information
faab007nl committed Nov 9, 2023
1 parent 9ff60c4 commit ac5e18d
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 @@ -3,7 +3,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "vite build",
"prod": "NODE_ENV=production vite build"
},
"devDependencies": {
"axios": "^1.1.2",
Expand Down

0 comments on commit ac5e18d

Please sign in to comment.