Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent 1f7584a commit 8c5e9ab
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 @@ -5,7 +5,7 @@
"scripts": {
"dev": "vite",
"dev:cypress": "VITE_ENCRYPTION_KEY=1234567890_KEY vite --host",
"build": "vue-tsc -b && vite build",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"cy:open": "cypress open",
"cy:run": "cypress run"
Expand Down

0 comments on commit 8c5e9ab

Please sign in to comment.