We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1051a2 commit 0c8eeefCopy full SHA for 0c8eeef
1 file changed
package.json
@@ -25,7 +25,7 @@
25
"machine-learning"
26
],
27
"scripts": {
28
- "build": "concurrently \"tsc -p tsconfig.json \" \"vite build \" && npm run sync",
+ "build": "concurrently \"tsc -p tsconfig.app.json \" \"vite build \" && npm run sync",
29
"format": "prettier --write .",
30
"format:check": "prettier --check .",
31
"dev": "concurrently \"vite\" \"tsc --watch\"",
0 commit comments