Skip to content

Commit

Permalink
fix(main-app): npm script ship:mac failed (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Sep 24, 2021
1 parent b712718 commit 63b14ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/main-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pack:mac": "node ./scripts/pack mac",
"ship": "yarn build && node ./scripts/pack auto",
"ship:win": "yarn build && yarn pack:win",
"ship:mac": "yarn build && node pack:mac",
"ship:mac": "yarn build && yarn pack:mac",
"postinstall": "yarn _download:agora-addon",
"lint": "lint-staged",
"_copy:render-build-code": "node ./scripts/build/copy-render-build-code.js",
Expand Down

0 comments on commit 63b14ae

Please sign in to comment.