Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: do not use
npx
binary (dequelabs#1091)
The `npx` package doesn't ship with the version of `npm` we're using (which is 3.x in node v6.12.3). Instead of relying on it, we execute the `standard-version` binary via `npm script` instead. ## Reviewer checks **Required fields, to be filled out by PR reviewer(s)** - [x] Follows the commit message policy, appropriate for next version - [x] Has documentation updated, a DU ticket, or requires no documentation change - [x] Includes new tests, or was unnecessary - [x] Code is reviewed for security by: @WilcoFiers
- Loading branch information