package.json inteferes with the Deno build

This commit is contained in:
Henri Bergius 2025-09-06 16:21:09 -04:00
parent 35406750e6
commit 6d8e4e3fd6

View file

@ -62,6 +62,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ts_code
- name: Remove package.json
run: rm package.json
- name: Set up Deno
uses: denoland/setup-deno@main
with: