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 87f0ed6 commit d38f619Copy full SHA for d38f619
.github/workflows/check-pr.yml
@@ -23,6 +23,7 @@ jobs:
23
version: 9
24
run_install: false
25
- run: pnpm i
26
- - run: |
+ - run: |
27
+ pnpm build
28
pnpm lint
29
pnpm test
.github/workflows/publish.yml
@@ -23,7 +23,8 @@ jobs:
node-version: 22
cache: 'pnpm'
30
- run: pnpm build
0 commit comments