Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed May 20, 2024
1 parent 5e1d5f0 commit 9b5da3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-node@v3
- name: pnpm-setup
uses: pnpm/action-setup@v2
- name: Install dependencies
run: pnpm install
- name: Apply all pending migrations to the database
run: pnpm --filter "@bitspace/web" prisma:migrate:deploy
env:
Expand Down

0 comments on commit 9b5da3b

Please sign in to comment.