Skip to content

Commit

Permalink
Add "type" = "module" to ensure it is present (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
BLCK-B authored Aug 15, 2024
1 parent 4679087 commit d608039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ do
jq ".$i = .matrix_lib_$i" package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json
fi
done

# Ensure that "type": "module" is present
jq '.type = "module"' package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json

0 comments on commit d608039

Please sign in to comment.