Skip to content

Commit

Permalink
workflow fixed (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsangwan authored Nov 17, 2024
1 parent 213cfa7 commit a44b70b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/Codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Generate Prisma Client
run: pnpm prisma generate

- name: Run Build
run: pnpm run build

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Generate Prisma Client
run: pnpm prisma generate

- name: Install PM2
run: pnpm add -g pm2@latest

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Generate Prisma Client
run: pnpm prisma generate

- name: Run Build
run: pnpm run build

Expand Down
2 changes: 1 addition & 1 deletion app/dist/src/controller.js

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

0 comments on commit a44b70b

Please sign in to comment.