Skip to content

Commit 585b46d

Browse files
committed
chore: release v0.0.1-beta.6
1 parent 5092a88 commit 585b46d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-app-cli",
33
"type": "module",
4-
"version": "0.0.1-beta.5",
4+
"version": "0.0.1-beta.6",
55
"packageManager": "[email protected]",
66
"description": "自动提审与发布微信、支付宝小程序",
77
"author": "penghongkun <https://github.com/phk422>",

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ async function main() {
3636
},
3737
)
3838

39-
console.log(result)
4039
if (result.platform === PLATFORM.WEIXIN)
4140
await weixinRobot()
4241
else

0 commit comments

Comments
 (0)