Skip to content

Commit

Permalink
chore(ci): use npm in semanic-release scripts
Browse files Browse the repository at this point in the history
as it was installed by npm
  • Loading branch information
limonte committed Nov 14, 2019
1 parent 631237c commit 865617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
prepare: [
{
'path': '@semantic-release/exec',
'cmd': 'VERSION=${nextRelease.version} yarn build'
'cmd': 'VERSION=${nextRelease.version} npm run build'
},
{
'path': '@semantic-release/exec',
Expand Down

0 comments on commit 865617b

Please sign in to comment.