Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hayyi2 committed Nov 19, 2023
1 parent 72d9f50 commit c5dc4b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=/shadcn-sample/",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -44,6 +44,5 @@
"tailwindcss": "^3.3.3",
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"homepage": "shadcn-sample"
}
}

0 comments on commit c5dc4b6

Please sign in to comment.