Skip to content

Commit 977c325

Browse files
committed
ci: fix syntax error
1 parent 2f798eb commit 977c325

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deno.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
deno approve-scripts lefthook
42-
deno install
42+
deno install \
43+
--allow-scripts \
4344
--no-lock \
4445
--node-modules-dir=auto
4546

.github/workflows/jsr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- run: |
3333
deno approve-scripts lefthook
34-
deno install
34+
deno install \
35+
--allow-scripts \
3536
--no-lock \
3637
--node-modules-dir=auto
3738
deno publish --dry-run

0 commit comments

Comments
 (0)