Revert "chore: Remove maps in pkg.pr.new"

This reverts commit d37d77cc1a.
This commit is contained in:
Sidharth Vinod
2024-09-17 21:22:32 +05:30
parent d37d77cc1a
commit 522de3abd8

View File

@@ -39,8 +39,5 @@ 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/*'