Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Project _
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack4DEV committed Mar 12, 2024
1 parent 888f4d1 commit b745d3e
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 @@ -55,7 +55,7 @@
},
"scripts": {
"dev": "vite",
"build": "rimraf dist && vite build --watch --force",
"build": "vite build --watch --force && rimraf dist",
"preview": "rimraf dist && vite preview --watch",
"optimize": "vite optimize",
"lint": "eslint .",
Expand Down

0 comments on commit b745d3e

Please sign in to comment.