Skip to content

Commit

Permalink
print test results prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Aug 9, 2019
1 parent 5fabdcb commit 623adb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/release/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ for (let i = 0; i < packages.length; i++) {
}

console.log(exec("npm run build").toString());
console.log(exec("npm run test").toString());
console.log(exec("git add .").toString());
console.log(exec(`git commit -m "v${version}"`).toString());
console.log(exec(`git tag "v${version}"`).toString());
Expand Down

0 comments on commit 623adb6

Please sign in to comment.