From 1ed833b969defb26e231281e159ab5c15ecb35b4 Mon Sep 17 00:00:00 2001 From: Drew Thomas Date: Sun, 15 Sep 2019 16:37:55 +1000 Subject: [PATCH] fix: use yarn rather than npx for release This change updates CI to use yarn rather than npx to run semantic-release per the semantic-release docs. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06124b7..2526e52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,7 +50,7 @@ jobs: - run: *install_dependencies - run: name: Release package - command: npx semantic-release + command: yarn run semantic-release workflows: version: 2