Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Change publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
snario committed Nov 6, 2019
1 parent c5e0f97 commit bc33ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"run:server": "lerna run start --parallel --scope=**/simple-hub-server",
"run:wallet": "lerna run start --parallel --scope=**/simple-hub-server --scope=**/wallet-ui",
"run:wallet:e2e": "lerna run start:e2e --parallel --scope=**/simple-hub-server --scope=**/wallet-ui > /tmp/hub.log",
"publish": "lerna publish --yes from-package patch",
"publish": "lerna publish --yes from-package",
"postinstall": "patch-package"
},
"keywords": [
Expand Down

0 comments on commit bc33ae0

Please sign in to comment.