-
Notifications
You must be signed in to change notification settings - Fork 13
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: create test and release pipelines #28
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.
Lets use main branch as development
branch
And release
branch as release
@@ -19,7 +19,6 @@ | |||
"build": "yarn clean && yarn compile", | |||
"compile": "tsc -p tsconfig.json -outDir ./dist", | |||
"test": "jest", | |||
"prepublish": "yarn build", |
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.
Why remove build?
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.
The prepublish
script gets run whenever yarn
/yarn install
/yarn add
is executed which was annoying. IMO, running install shouldn't trigger a build.
Upstream issue: yarnpkg/yarn#3209
🎉 This PR is included in version 1.2.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.