-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: bump dependencies before pushing new version of component #318
Conversation
library/package.json
Outdated
@@ -43,7 +43,7 @@ | |||
"testWatch": "jest --detectOpenHandles --watch", | |||
"copyCss": "cp -r ./src/styles ./lib", | |||
"prepare": "npm run build", | |||
"prepack": "cp ../README.md ./README.md && cp ../LICENSE ./LICENSE", | |||
"prepack": "npm run build && cp ../README.md ./README.md && cp ../LICENSE ./LICENSE", |
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.
We don't push Readme to npm from some commits. This line fixes it.
Kudos, SonarCloud Quality Gate passed!
|
🎉 This PR is included in version 0.23.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
As in title. We wanna bump all dependencies before pushing new version of component. Also fix rendering of bindings in web-component.
Related issue(s)
Pat of asyncapi/shape-up-process#83