Skip to content

Commit 2964567

Browse files
committed
ci: restore jsr workflow
1 parent 16ee14a commit 2964567

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/jsr.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
3131

3232
- run: |
33-
deno approve-scripts lefthook
34-
deno install \
35-
--allow-scripts \
36-
--no-lock \
37-
--node-modules-dir=auto
38-
deno add npm:vite --no-lock
33+
deno install --no-lock --npm
3934
deno publish --dry-run
4035
deno publish

0 commit comments

Comments
 (0)