We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f46f3b commit dce114fCopy full SHA for dce114f
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
node-version: '16.x'
22
cache: pnpm
23
- run: pnpm install --frozen-lockfile
24
+ - run: cd packages/kit && pnpm build
25
- run: pnpm turbo run lint check
26
Tests:
27
runs-on: ${{ matrix.os }}
0 commit comments