Skip to content

Commit f208460

Browse files
committed
Pnpm CI (Again)
1 parent f049a35 commit f208460

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node-version: 16
2121
registry-url: https://registry.npmjs.org/
2222
cache: pnpm
23+
- run: pnpm install
2324
- run: pnpm test
2425
- run: pnpm publish
2526
env:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
with:
2424
node-version: 16
2525
cache: pnpm
26+
- run: pnpm install
2627
- run: pnpm test

0 commit comments

Comments
 (0)