Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jun 7, 2024
1 parent 70cadaf commit 961dfc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Corepack setup
run: corepack enable
- name: Install Deps
run: pnpm install --lockfile-only
run: |
pnpm install --lockfile-only
pnpm list
- name: Ensure dist/ folder is up-to-date
run: |
pnpm build
Expand Down

0 comments on commit 961dfc9

Please sign in to comment.