Skip to content

Commit

Permalink
remove package.json before execute Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Mar 25, 2023
1 parent 78b8e6c commit 4eb269c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
run: deno --version

# Run
- name: Remove package.json
run: rm package.json package-lock.json
working-directory: ./examples
- name: Run example
run: deno run ./example-deno.ts
working-directory: ./examples

0 comments on commit 4eb269c

Please sign in to comment.