Skip to content

Commit

Permalink
chore(repo): use pnpx
Browse files Browse the repository at this point in the history
  • Loading branch information
maiieul committed Aug 11, 2024
1 parent 4702073 commit 3aab41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
uses: ./.github/actions/setup
with:
node_version: 20
- run: nx run qwik-nx:build
- run: pnpm dlx pkg-pr-new publish --pnpm ./dist/packages/qwik-nx
- run: pnpx nx run qwik-nx:build
- run: pnpx pkg-pr-new publish --pnpm ./dist/packages/qwik-nx
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository

0 comments on commit 3aab41b

Please sign in to comment.