Skip to content

Commit d012244

Browse files
committed
publish.sh
1 parent b3831a4 commit d012244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ echo "Publishing $version with swc_core $swc_core_version"
1818

1919
# Update version
2020
(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)
2122
(cd ./packages/minifier && npm version "$version" --no-git-tag-version --allow-same-version || true)
2223
(cd ./bindings && cargo set-version $version -p binding_core_wasm -p binding_minifier_wasm -p binding_typescript_wasm)
2324
(cd ./bindings && cargo set-version --bump patch -p swc_cli)

0 commit comments

Comments
 (0)