mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-07-06 22:42:10 +08:00
chore: don't prefix version string with "v" in package.json.
This commit is contained in:
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user