Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zlenner committed Feb 7, 2024
1 parent b5a77d9 commit a7687b6
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 @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp dist/index.html dist/404.html",
"build": "tsc && vite build && cp dist/index.html dist/404.html #",
"serve": "vite preview --port 3000",
"lint": "eslint . --ext .ts,.tsx,.js",
"prepare": "husky install",
Expand Down

0 comments on commit a7687b6

Please sign in to comment.