Skip to content

Commit

Permalink
remove tsc from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dfoxg committed Dec 1, 2024
1 parent ae501d3 commit e0ee84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kratos-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"build": "vite build",
"test": "vitest --run",
"test:coverage": "vitest run --coverage --watch=false",
"proxy": "node cors-proxy.js &",
Expand Down

0 comments on commit e0ee84d

Please sign in to comment.