Skip to content

Commit

Permalink
fix: resolving generate 'prisma' client ~ gitflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FindMalek committed Sep 8, 2024
1 parent 3348227 commit 63ee659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
fi
- run: pnpm install --frozen-lockfile
- run: pnpm run generate
- run: pnpm run lint && pnpm run build && pnpm run test
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: pnpm run generate
- run: pnpm run lint && pnpm run build && pnpm run test

- name: Create Release Pull Request or Publish to NPM
Expand Down

0 comments on commit 63ee659

Please sign in to comment.