Skip to content

Commit

Permalink
fix(ci): try to fix CI by removing --no-install from npx
Browse files Browse the repository at this point in the history
  • Loading branch information
ascpixi committed Dec 6, 2024
1 parent 7c7c948 commit 4bf31b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
elif [ -f "package.json" ]; then
echo "manager=npm" >> $GITHUB_OUTPUT
echo "command=ci" >> $GITHUB_OUTPUT
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
echo "runner=npx" >> $GITHUB_OUTPUT
else
echo "Unable to determine package manager"
exit 1
Expand Down

0 comments on commit 4bf31b2

Please sign in to comment.