We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c408c0d commit 8214fd7Copy full SHA for 8214fd7
scripts/release/pre-release.sh
@@ -12,6 +12,3 @@ do
12
jq ".$i = .matrix_lib_$i" package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json
13
fi
14
done
15
-
16
-# Ensure that "type": "module" is present
17
-jq '.type = "module"' package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json
0 commit comments