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 2f798eb commit 977c325Copy full SHA for 977c325
.github/workflows/deno.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: Install dependencies
40
run: |
41
deno approve-scripts lefthook
42
- deno install
+ deno install \
43
+ --allow-scripts \
44
--no-lock \
45
--node-modules-dir=auto
46
.github/workflows/jsr.yml
@@ -31,7 +31,8 @@ jobs:
31
32
- run: |
33
34
35
36
37
38
deno publish --dry-run
0 commit comments