Skip to content

Commit

Permalink
fix: yarn exec args
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso committed Mar 7, 2025
1 parent 3fb4c46 commit 13d54d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
run: yarn install --frozen-lockfile

- name: Publish preview
run: yarn exec pkg-pr-new publish './packages/@lwc/*' './packages/lwc' --template './playground'
run: yarn exec pkg-pr-new -- publish './packages/@lwc/*' './packages/lwc' --template './playground'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 13d54d8

Please sign in to comment.