Compare commits

...

2 Commits

Author SHA1 Message Date
c5adc9dc05 chore: add nvmrc
Some checks failed
continuous-integration/drone/push Build is failing
2022-11-26 20:02:56 +00:00
b480088bb6 chore: don't prefix version string with "v" in package.json. 2022-11-26 20:02:52 +00:00
3 changed files with 4 additions and 3 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v16.18.1

View File

@ -1,6 +1,6 @@
{
"name": "unlock-music",
"version": "v1.10.3",
"version": "1.10.3",
"ext_build": 0,
"updateInfo": "完善音乐标签编辑功能,支持编辑更多标签",
"license": "MIT",
@ -56,4 +56,4 @@
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.14"
}
}
}

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 ;;