diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eebfc8..b415477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,9 @@ jobs: - name: Check example folder run: | + bun link cd example + bun link react-checkbox-hook bun install bun run lint bun run build