Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iyadh authored Jan 3, 2024
1 parent c667788 commit 8ecb75d
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 @@
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"build-only": "vite build --base=/price-calculator/",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.cjs,.mjs,.ts,.cts,.mts --fix --ignore-path .gitignore"
},
Expand Down

1 comment on commit 8ecb75d

@vercel
Copy link

@vercel vercel bot commented on 8ecb75d Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.