Skip to content

Commit 02a70ce

Browse files
committed
ci: now that pnpm doesn't run pre-scripts, pretest must be run manually
1 parent 95200e6 commit 02a70ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434
cache: 'pnpm'
3535
- run: pnpm install
36+
- run: pnpm pretest
3637
- run: pnpm test

0 commit comments

Comments
 (0)