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 39b3666 commit 99365a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "rimraf dist && vite preview",
"build": "vite build --watch",
"preview": "rimraf dist && vite preview --watch",
"optimize": "vite optimize",
"lint": "eslint .",
"lint:fix": "eslint . --fix --no-ignore"
Expand Down

0 comments on commit 99365a6

Please sign in to comment.