chore: Fix publish script

This commit is contained in:
Donny/강동윤 2022-09-16 15:46:59 +09:00
parent f0ca487848
commit 720b3e05c1

View File

@ -4,7 +4,7 @@ set -eu
git pull || true
yarn changelog
cargo mono bump -D swc_atoms
cargo mono bump -i
# Ensure that Cargo.lock is up-to-date
cargo metadata --format-version 1 > /dev/null