Skip to content

Commit

Permalink
Use clean:sourcemaps in actions
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Kaup <[email protected]>
  • Loading branch information
jmhobbs and codykaup authored Oct 8, 2024
1 parent ea2c7dd commit f647c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package-size-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run: yarn build
- name: Remove Sourcemaps
run: |
rm -f dist/*.map
rm -f action/*.map
yarn clean:sourcemaps
- name: Get Package Size
id: package_size
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/package-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: yarn build
- name: Remove Sourcemaps
run: |
rm -f dist/*.map
rm -f action/*.map
yarn clean:sourcemaps
- name: Get Package Size
id: package_size
run: |
Expand Down

0 comments on commit f647c4e

Please sign in to comment.