Skip to content

Commit

Permalink
fix: add command that removes type module from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Sep 18, 2023
1 parent 8675df5 commit c2ce7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Prep for release
run: |
sed -i '' '/"type": "module",/d' package.json
sed -i '/"type": "module"/d' package.json
- name: Release
env:
Expand Down

0 comments on commit c2ce7d3

Please sign in to comment.