Skip to content

Commit

Permalink
rimraf added
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshettyin committed Jun 8, 2024
1 parent a0c1288 commit 051c8dc
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 23 deletions.
101 changes: 79 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "rimraf kafka-clickhouse && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
Expand Down Expand Up @@ -52,6 +52,7 @@
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.0.19",
"react-share": "^5.1.0",
"rimraf": "^5.0.7",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^1.0.37",
Expand Down

0 comments on commit 051c8dc

Please sign in to comment.