From 56d239d27713c214797859aec89fe662448db40c Mon Sep 17 00:00:00 2001 From: Albert Byiringiro <88356155+albert-byiringiro@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:42:15 +0200 Subject: [PATCH] fixed vit issue and installed packages --- client/package.json | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index 22dd961..67ac4b9 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "type": "module", "scripts": { "dev": "vite --host", - "build": "tsc && ./node_modules/.bin/vite build", + "build": "tsc && vite build", "serve": "vite preview", "lint": "eslint .", "test": "jest src", diff --git a/package-lock.json b/package-lock.json index ec0e4c9..70a754d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,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", @@ -67,7 +67,7 @@ "tailwindcss": "^3.4.16", "ts-jest": "^27.1.5", "typescript": "^4.9.5", - "vite": "^6.0.3" + "vite": "^4.3.8" } }, "client/node_modules/@rollup/pluginutils": {