chore: don't prefix version string with "v" in package.json.

This commit is contained in:
鲁树人
2022-11-26 20:02:52 +00:00
parent 64cb4774ea
commit 01efdbdfa4
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ set -ex
cd "$(git rev-parse --show-toplevel)"
VERSION="$(jq -r ".version" <package.json)"
DIST_NAME="um-web.$1.${VERSION}"
DIST_NAME="um-web.$1.v${VERSION}"
case "$1" in
"modern") npm run build -- --modern ;;