Skip to content

Commit efb1e0c

Browse files
committed
fix: yarn build command updated
1 parent 9108ecc commit efb1e0c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc --project tsconfig.json && vite build -d",
8+
"build": "vite build",
9+
"type-check": "tsc --noEmit",
910
"preview": "vite preview",
1011
"tauri": "tauri"
1112
},
@@ -14,9 +15,6 @@
1415
"@patternfly/react-log-viewer": "^5.2.0",
1516
"@sweetalert2/theme-dark": "^5.0.18",
1617
"@tauri-apps/api": "^1",
17-
"@types/node": "^22.10.1",
18-
"@types/react": "^18.3.12",
19-
"@types/react-dom": "^18.3.1",
2018
"chart.js": "^4.4.4",
2119
"react": "^18.2.0",
2220
"react-chartjs-2": "^5.2.0",
@@ -29,6 +27,9 @@
2927
},
3028
"devDependencies": {
3129
"@tauri-apps/cli": "^1",
30+
"@types/node": "^22.10.1",
31+
"@types/react": "^18.3.12",
32+
"@types/react-dom": "^18.3.1",
3233
"@types/react-syntax-highlighter": "^15.5.13",
3334
"@vitejs/plugin-react": "^4.2.1",
3435
"autoprefixer": "^10.4.19",

0 commit comments

Comments
 (0)