package.json inteferes with the Deno build

pull/766/head
Henri Bergius 2025-09-06 16:21:09 -04:00
rodzic 35406750e6
commit 6d8e4e3fd6
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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: