Skip to content
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

Setup automated dev-builds #177

Merged
merged 2 commits into from
Jan 14, 2022
Merged

Setup automated dev-builds #177

merged 2 commits into from
Jan 14, 2022

Conversation

marcoroth
Copy link
Member

@marcoroth marcoroth commented Jan 13, 2022

Type of PR

CI

Description

This sets up automated dev-builds for all commits and pull requests in order to make the development easier with pre-released code. With #165 we added a build-step to our npm package which might break if you are installing the npm package from a GitHub branch.

Using the first eight characters of the commit hash you can install and use the desired CableReady dev-build in your application.

You can install a dev-build using the yarn add command like:

yarn add cable_ready@https://github.com/cableready/dev-builds/archive/cable_ready/fa083b0.tar.gz

or directly replace the cable_ready dependency in your package.json:

// package.json
{
  // ...
  "cable_ready": "https://github.com/cableready/dev-builds/archive/cable_ready/fa083b0.tar.gz"
}

Why should this be added

Makes it super easy and straight-forward to use a specific CableReady commit/version in your application.

Checklist

  • My code follows the style guidelines of this project
  • Checks (StandardRB & Prettier-Standard) are passing
  • This is not a documentation update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant