Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tomski747 committed Dec 23, 2024
1 parent e448cdd commit 873c814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-next-react-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: 'check'
run: |
echo debugging:
npx nx show projects --affected --plain
pnpm nx show projects --affected --plain
npx nx show projects --affected --plain | grep -q "react-sdk"
if $(npx nx show projects --affected --plain | grep -q "react-sdk"); then
echo "run=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 873c814

Please sign in to comment.