Skip to content

Commit

Permalink
package-lock.json doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Mar 25, 2023
1 parent 4eb269c commit c397758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

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

0 comments on commit c397758

Please sign in to comment.