Skip to content

Commit

Permalink
fix: yarn build command updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ropali committed Dec 25, 2024
1 parent 9108ecc commit efb1e0c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --project tsconfig.json && vite build -d",
"build": "vite build",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"tauri": "tauri"
},
Expand All @@ -14,9 +15,6 @@
"@patternfly/react-log-viewer": "^5.2.0",
"@sweetalert2/theme-dark": "^5.0.18",
"@tauri-apps/api": "^1",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"chart.js": "^4.4.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
Expand All @@ -29,6 +27,9 @@
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
Expand Down

0 comments on commit efb1e0c

Please sign in to comment.