Skip to content

Commit cc83b76

Browse files
committed
Remove dlx
1 parent 59b9fc3 commit cc83b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
elif [ -f "${{ github.workspace }}/pnpm-lock.yaml" ]; then
4444
echo "manager=pnpm" >> $GITHUB_OUTPUT
4545
echo "command=install" >> $GITHUB_OUTPUT
46-
echo "runner=pnpm dlx" >> $GITHUB_OUTPUT
46+
echo "runner=pnpm" >> $GITHUB_OUTPUT
4747
exit 0
4848
elif [ -f "${{ github.workspace }}/package.json" ]; then
4949
echo "manager=npm" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)