chore: Remove maps in pkg.pr.new

This commit is contained in:
Sidharth Vinod
2024-09-17 21:18:21 +05:30
parent 4740be6562
commit d37d77cc1a

View File

@@ -39,5 +39,8 @@ jobs:
- name: Install Packages
run: pnpm install --frozen-lockfile
- name: Trim maps
run: rm -rf ./**/dist/**/*.map
- name: Publish packages
run: pnpx pkg-pr-new publish --pnpm './packages/*'