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 196099a commit 81de8edCopy full SHA for 81de8ed
.github/workflows/publish-dev.yaml
@@ -44,7 +44,7 @@ jobs:
44
done
45
46
- name: Build packages
47
- run: turbo build --filter='./packages/*'
+ run: pnpm dlx turbo build --filter='./packages/*'
48
49
- name: Publish packages
50
env:
.github/workflows/publish-latest.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: pnpm install --frozen-lockfile
26
27
28
29
30
31
0 commit comments