Skip to content

Commit

Permalink
Update script to match deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmile committed Jul 3, 2024
1 parent 89342df commit e51445d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"scripts": {
"production": "vite build",
"dev": "vite",
"build": "vite build"
"build": "vite build",
"prod": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
Expand Down

0 comments on commit e51445d

Please sign in to comment.