Skip to content

Commit

Permalink
⚰️ chore: update stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Dec 14, 2024
1 parent 1ca6f1d commit 31935f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ jobs:

- run: yarn prisma:generate

- run: yarn prisma:migrate:deploy
- run: yarn prisma:migrate:deploy > /dev/null
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ jobs:

- run: yarn prisma:generate

- run: yarn prisma:migrate:deploy
- run: yarn prisma:migrate:deploy > /dev/null

0 comments on commit 31935f6

Please sign in to comment.