Skip to content

Commit 5477bc7

Browse files
authored
Merge pull request #59 from gpu-mode/fixtsc
setup link
2 parents 51584e8 + b048ccf commit 5477bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc -b && vite build",
8+
"build": "npx tsc -b && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",
1111
"format": "prettier \"src/**/*.{ts,tsx,js,jsx,json,css,html}\" --write"

0 commit comments

Comments
 (0)