We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51584e8 + b048ccf commit 5477bc7Copy full SHA for 5477bc7
frontend/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
- "build": "tsc -b && vite build",
+ "build": "npx tsc -b && vite build",
9
"lint": "eslint .",
10
"preview": "vite preview",
11
"format": "prettier \"src/**/*.{ts,tsx,js,jsx,json,css,html}\" --write"
0 commit comments