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 2a0bbad commit 6addee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ module.exports = {
default: series.nps(...testTypes.map(t => `test.${t}`)),
..._.fromPairs(tests),
},
release: hidden('semantic-release -e @dxcli/semantic-release'),
release: hidden('dxcli-semantic-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 -D @dxcli/semantic-release@1
yarn global add @dxcli/semantic-release@1
yarn install --frozen-lockfile
yarn exec nps release

0 comments on commit 6addee5

Please sign in to comment.