Skip to content

Commit

Permalink
get working path
Browse files Browse the repository at this point in the history
  • Loading branch information
cirex-web committed Jan 3, 2025
1 parent 94853b6 commit 68c5945
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 @@ -39,7 +39,7 @@
},
"scripts": {
"start": "vite",
"build": "which tsc && vite build",
"build": "pwd && which tsc && vite build",
"test": "bun test",
"eject": "vite eject",
"lint": "bunx eslint src",
Expand Down

0 comments on commit 68c5945

Please sign in to comment.