Skip to content

Commit

Permalink
Repair canary publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Nov 7, 2024
1 parent 630683b commit cb621b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-canary-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:

- name: Publish Canary Releases
run: |
pnpm changeset pre exit
find packages/* -maxdepth 0 -type d -print0 | \
xargs -t0 -n 1 -I {} \
sh -c 'cd {} && pnpm pkg delete devDependencies'
Expand Down

0 comments on commit cb621b0

Please sign in to comment.