Skip to content

Commit

Permalink
include debug to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
devLeticia committed Oct 31, 2024
1 parent c6604a1 commit 69239f6
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 @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"lint": "eslint src --ext .ts,.tsx --fix",
"build": "vite build",
"build": "vite build --debug",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit 69239f6

Please sign in to comment.