Skip to content

Commit

Permalink
github action file updated, bug ficed
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshu9898 committed Dec 29, 2024
1 parent d721e82 commit 8852cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: npm run lint

- name: Build
run: prisma generate && npm run build
run: npx prisma generate && npm run build
1 change: 0 additions & 1 deletion components/AccountCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
// components/AccountCard.tsx

"use client";
Expand Down

0 comments on commit 8852cb4

Please sign in to comment.