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 66aaebf commit 3478993Copy full SHA for 3478993
.github/workflows/deploy.yml
@@ -41,8 +41,8 @@ jobs:
41
echo "runner=yarn" >> $GITHUB_OUTPUT
42
exit 0
43
elif [ -f "${{ github.workspace }}/package.json" ]; then
44
- echo "manager=npm" >> $GITHUB_OUTPUT
45
- echo "command=ci" >> $GITHUB_OUTPUT
+ echo "manager=pnpm" >> $GITHUB_OUTPUT
+ echo "command=install" >> $GITHUB_OUTPUT
46
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
47
48
else
0 commit comments