Skip to content

Commit

Permalink
fix: semantic-release bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 30, 2018
1 parent ba77257 commit 2fcef58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/release
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -ex

PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH

yarn global add @dxcli/semantic-release@1
yarn global add @dxcli/semantic-release@1 semantic-release@12
yarn install --frozen-lockfile
yarn exec nps release
2 changes: 1 addition & 1 deletion templates/scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -ex

PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH

yarn global add @dxcli/semantic-release@1
yarn global add @dxcli/semantic-release@1 semantic-release@12
yarn install --frozen-lockfile
yarn exec nps release

0 comments on commit 2fcef58

Please sign in to comment.