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 927e8b4 commit 62968f2Copy full SHA for 62968f2
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: pnpm install
34
35
- name: Build packages
36
- run: pnpm run packages:build
+ run: pnpm run build:packages
37
38
- name: Test
39
run: pnpm run test
0 commit comments