diff --git a/Makefile b/Makefile index d6f2c33..111a84c 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ build: # 更新版本 set_version: git switch ${Branch} - # python3 helper.py package.json ${Version} python3 helper.py set_ver --path ./package.json --ver ${Version} git commit . -m "update: set version to ${Version}" git push