Skip to content

Commit

Permalink
💚 Fix CI CD build
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuredra committed Dec 24, 2023
1 parent 670727b commit 21b11cc
Show file tree
Hide file tree
Showing 7 changed files with 3,051 additions and 2,683 deletions.
19 changes: 0 additions & 19 deletions frontend/.storybook/main.ts

This file was deleted.

15 changes: 0 additions & 15 deletions frontend/.storybook/preview.ts

This file was deleted.

3 changes: 1 addition & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Madhurendra's Tech Odyssey</title>
</head>
<body>
<div id="root"></div>
Expand Down
5,680 changes: 3,045 additions & 2,635 deletions frontend/package-lock.json

Large diffs are not rendered by default.

12 changes: 3 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,11 @@
"json-server": "^0.17.4",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-toggle-dark-mode": "^1.1.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@storybook/test": "^7.6.6",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
Expand Down
1 change: 0 additions & 1 deletion frontend/public/vite.svg

This file was deleted.

4 changes: 2 additions & 2 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react-swc'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
plugins: [react()]
})

0 comments on commit 21b11cc

Please sign in to comment.