Skip to content

Commit

Permalink
done 的 cmd 变成 uploadCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
djy committed May 26, 2020
1 parent 1cc3c83 commit 54425f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mpup",
"version": "1.7.4",
"version": "1.7.5",
"description": "微信小程序代码上传辅助工具",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/apps/Upload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const Upload = async () => {
stdout: uploadOut,
config,
abort,
cmd: uploadCmd,
uploadCmd,
});
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 54425f4

Please sign in to comment.