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 30, 2024
1 parent 6ac891e commit 9883800
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "serve -s dist",
"lint": "eslint src --ext .ts,.tsx --fix"
"lint": "eslint src --ext .ts,.tsx --fix",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.22.10",
Expand Down

0 comments on commit 9883800

Please sign in to comment.