Skip to content

Commit

Permalink
testing script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devLeticia committed Oct 31, 2024
1 parent 3c1f5b7 commit 6aae7b2
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 @@ -8,10 +8,9 @@
},
"scripts": {
"dev": "vite",
"start": "vite --host 0.0.0.0 --port ${PORT:-4173}",
"build": "tsc -b && vite build",
"lint": "eslint src --ext .ts,.tsx --fix",
"build": "vite build --debug",
"preview": "vite preview --host"
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.22.10",
Expand Down

0 comments on commit 6aae7b2

Please sign in to comment.