diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d616be51..e06b6b71c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,5 +62,8 @@ jobs: - name: Build module run: pnpm prepack + - name: Prepare module environment + run: pnpm -r dev:prepare + - name: Test examples run: pnpm test:examples