-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
fix: remove unnecessary playground scripts and update package.json #889
Conversation
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.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@@ -31,7 +31,6 @@ | |||
"bump:playground:version": "cd playground && npm --no-git-tag-version --allow-same-version version $VERSION", | |||
"bump:webcomp:version": "cd web-component && npm --no-git-tag-version --allow-same-version version $VERSION", | |||
"bump:lib:version": "cd library && npm --no-git-tag-version --allow-same-version version $VERSION", | |||
"bump:version": "npm run bump:lib:version && npm run bump:webcomp:version && npm run bump:playground:version && npm run install:reactcomp:webcomponent && npm run install:reactcomp:playground", |
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 was not supposed to be removed, just modified, remove only the script that you removed from playground package.json
@@ -31,7 +31,6 @@ | |||
"bump:playground:version": "cd playground && npm --no-git-tag-version --allow-same-version version $VERSION", | |||
"bump:webcomp:version": "cd web-component && npm --no-git-tag-version --allow-same-version version $VERSION", | |||
"bump:lib:version": "cd library && npm --no-git-tag-version --allow-same-version version $VERSION", | |||
"bump:version": "npm run bump:lib:version && npm run bump:webcomp:version && npm run bump:playground:version && npm run install:reactcomp:webcomponent && npm run install:reactcomp:playground", | |||
"install:reactcomp:playground": "cd playground && npm run install:reactcomp", |
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.
oh, this must be removed to
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.
Line 35 ?
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@derberg updated the script |
ping ping @derberg |
not relevant anymore, we have new playground #929 |
removed unneccessary scripts
fixes #888