Skip to content

Commit 81de8ed

Browse files
committed
ci: fix turbo command
1 parent 196099a commit 81de8ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
done
4545
4646
- name: Build packages
47-
run: turbo build --filter='./packages/*'
47+
run: pnpm dlx turbo build --filter='./packages/*'
4848

4949
- name: Publish packages
5050
env:

.github/workflows/publish-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm install --frozen-lockfile
2626

2727
- name: Build packages
28-
run: turbo build --filter='./packages/*'
28+
run: pnpm dlx turbo build --filter='./packages/*'
2929

3030
- name: Publish packages
3131
env:

0 commit comments

Comments
 (0)