Skip to content

Commit

Permalink
fixed issues dealing with build in package.json and render yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 18, 2024
1 parent d635e8f commit 963eee3
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 104 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 && npx vite build",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint .",
"test": "jest src",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/react-transition-group": "^4.4.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.4.1",
"eslint": "^8.57.1",
Expand All @@ -57,7 +57,7 @@
"tailwindcss": "^3.4.16",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5",
"vite": "^4.3.8"
"vite": "^6.0.3"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 963eee3

Please sign in to comment.