We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067e609 commit a51e9c1Copy full SHA for a51e9c1
.github/workflows/lint_test_build.yml
@@ -57,4 +57,7 @@ jobs:
57
deno-version: "2.x"
58
59
- name: Install dependencies
60
- run: deno compile
+ run: deno install
61
+
62
+ - name: Build
63
+ run: deno task compile
0 commit comments