Skip to content

Commit

Permalink
added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manojkumars12 committed Nov 29, 2024
1 parent 601bb97 commit 6c39dea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Install Dependencies
run: npm install


- name: Generate prisma Client
run: npm run db:generate
- name: Run Build
run: npm run build

0 comments on commit 6c39dea

Please sign in to comment.