Skip to content

Commit

Permalink
fix vite issues
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 18, 2024
1 parent d086f3a commit 463e9ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"build": "tsc && ./node_modules/.bin/vite build",
"serve": "vite preview",
"lint": "eslint .",
"test": "jest src",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.7",
"@storybook/test": "^8.4.6",
"@storybook/types": "^8.4.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
Expand All @@ -57,7 +57,7 @@
"tailwindcss": "^3.4.16",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5",
"vite": "^6.0.3"
"vite": "^4.3.8"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 463e9ad

Please sign in to comment.