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 b3831a4 commit d012244Copy full SHA for d012244
scripts/publish.sh
@@ -18,6 +18,7 @@ echo "Publishing $version with swc_core $swc_core_version"
18
19
# Update version
20
(cd ./packages/core && npm version "$version" --no-git-tag-version --allow-same-version || true)
21
+(cd ./packages/html && npm version "$version" --no-git-tag-version --allow-same-version || true)
22
(cd ./packages/minifier && npm version "$version" --no-git-tag-version --allow-same-version || true)
23
(cd ./bindings && cargo set-version $version -p binding_core_wasm -p binding_minifier_wasm -p binding_typescript_wasm)
24
(cd ./bindings && cargo set-version --bump patch -p swc_cli)
0 commit comments