Skip to content

Commit a71bbcc

Browse files
committed
ci: fix build
1 parent 78f34e4 commit a71bbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/dev-commandkit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
DEBIAN_FRONTEND: noninteractive
6161

6262
- name: 🧱 Build
63-
run: pnpm --filter=${{ matrix.package }} run build
63+
run: pnpm run build
6464

6565
- name: 🚚 Publish
6666
run: pnpm --filter=${{ matrix.package }} publish --ignore-git-checks --access public --tag dev

0 commit comments

Comments
 (0)