Skip to content

Commit

Permalink
fix(wip): pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Sep 1, 2024
1 parent 2ec2b8e commit 75a0293
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,12 @@ jobs:
- name: Log ./.kit
run: |
ls ./.kit/*/*
ls ./.kit/node_modules/.bin/*
ls ./.kit/*/*
- name: pnpm i
run: |
cd "${{ env.wd_path }}"
pnpm i
ls ./.kit/node_modules/.bin/*
pnpm i
- name: pnpm run ava
Expand Down

0 comments on commit 75a0293

Please sign in to comment.