Skip to content

Commit

Permalink
Maybe like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerg committed Oct 20, 2024
1 parent 8f79aed commit 61a2c04
Showing 1 changed file with 3 additions and 0 deletions.
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:
with:
deno-version: v1.x

- name: Install step
run: "deno add --allow-scripts npm:@prisma/client"

- name: Build step
run: "deno task deploy"
env:
Expand Down

0 comments on commit 61a2c04

Please sign in to comment.