Skip to content

Instantly share code, notes, and snippets.

@alexdiliberto
Created September 27, 2018 17:01
Show Gist options
  • Save alexdiliberto/4990a84228f2c0955e230224f80263c2 to your computer and use it in GitHub Desktop.
Save alexdiliberto/4990a84228f2c0955e230224f80263c2 to your computer and use it in GitHub Desktop.
Install `ember-source` from specific git hash
  1. Print out the current tarball url for the release channel
npx ember-source-channel-url release|beta|canary
  1. Point to the artifact in your package.json
// ...
"ember-source": "https://s3.amazonaws.com/builds.emberjs.com/canary/shas/ff6bc16b72d3684eae644185c24b538119875bb6.tgz",
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment