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 59b9fc3 commit cc83b76Copy full SHA for cc83b76
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
elif [ -f "${{ github.workspace }}/pnpm-lock.yaml" ]; then
44
echo "manager=pnpm" >> $GITHUB_OUTPUT
45
echo "command=install" >> $GITHUB_OUTPUT
46
- echo "runner=pnpm dlx" >> $GITHUB_OUTPUT
+ echo "runner=pnpm" >> $GITHUB_OUTPUT
47
exit 0
48
elif [ -f "${{ github.workspace }}/package.json" ]; then
49
echo "manager=npm" >> $GITHUB_OUTPUT
0 commit comments