diff --git a/client/package.json b/client/package.json index 7761692..22dd961 100644 --- a/client/package.json +++ b/client/package.json @@ -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", @@ -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", @@ -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": [