We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e189b9f commit c34ca0dCopy full SHA for c34ca0d
.github/workflows/test.yml
@@ -16,4 +16,5 @@ jobs:
16
with:
17
bun-version: latest
18
- run: bun install
19
+ - run: cd packages/openauth && bun run build
20
- run: cd packages/openauth && bun test
0 commit comments