Skip to content

Commit

Permalink
ci: remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
manankarnik committed Jan 10, 2024
1 parent 1494944 commit 1e5edf2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
- run: npm run build
- name: Apply all pending migrations to the database
run: npx prisma migrate deploy
env:
Expand Down

0 comments on commit 1e5edf2

Please sign in to comment.