Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): Run semantic release on latest node (#37)
When running the build on Node 6, we only have NPM 3, which doesn't have `npx`. So by adding the deploy `on` filter to run `semantic-release` on the latest node version, we won't try to even run it on Node 6. BREAKING CHANGE: We need to trigger a version bump after taking over the package. Because #33 was just a `chore()`, `semantic-release` assumed there was nothing to release.
- Loading branch information