-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
companion - 0.9.0 #145
companion - 0.9.0 #145
Conversation
b4c07a4
to
42a3202
Compare
@smohan-dw please check if the changes are OK now |
@@ -9,7 +9,7 @@ | |||
"build": "yarn workspaces foreach -Apt --exclude '{root-workspace}' run build", | |||
"build:docs": "typedoc --skipErrorChecking --theme default --out docs/api --tsconfig tsconfig.docs.json && touch docs/.nojekyll", | |||
"bundle": "yarn workspace @cord.network/sdk run bundle", | |||
"clean": "rimraf tests/dist && yarn workspaces foreach -p --exclude '{root-workspace}' run clean", | |||
"clean": "rimraf tests/dist && yarn workspaces foreach -Ap --exclude '{root-workspace}' run clean", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is required in prepublish
, publish
, and publish-beta
options too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, will send a separate PR for that
I pushed the previous change which had conflicts to https://github.com/amarts/cord.js/tree/sm-updates-0x3_v1 (for your reference if something got missed out). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
companion of dhiway/cord#256
Updates augument-api, and score module.