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 6b42b8e commit 9f0c30cCopy full SHA for 9f0c30c
.github/workflows/lint.yaml
@@ -26,5 +26,8 @@ jobs:
26
- name: 🍳 Prepare
27
run: pnpm install
28
29
+ - name: 👷 Build
30
+ run: pnpm run --filter commandkit build
31
+
32
- name: ✨ Lint
33
run: pnpm lint
0 commit comments