使用 DroneCI 自动构建 #13

Merged
jixunmoe merged 10 commits from ci/build-with-drone into master 2022-11-26 21:05:40 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b480088bb6 - Show all commits

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