Parcourir la source

fix: 增加提示语

bill-lai il y a 3 ans
Parent
commit
e4bfd39d58
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      main.js

+ 2 - 1
main.js

@@ -23,8 +23,9 @@ const runBuild = async () => {
 				git commit -m 'fix: 更新sdk'
 				git push
 			`)
+			console.log('发布成功')
 		} catch {
-			console.error('自动打包失败,请手动上传')
+			console.error('自动发布失败,请手动上传')
 		}
 	}
 }