Skip to content

Commit

Permalink
feat(build): print the parsed version when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 7, 2018
1 parent fd5149d commit fcbab30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/nx-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ if (!parsedVersion.isValid) {
`Please run "yarn nx-release --help" for details on the acceptable version format.\n`
);
return process.exit(1);
} else {
console.log('parsed version: ', JSON.stringify(parsedVersion));
}

console.log('Executing build script:');
Expand Down

0 comments on commit fcbab30

Please sign in to comment.