Skip to content

Commit

Permalink
push after build
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 19, 2018
1 parent 2b1b1e5 commit 45130c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ for (let i = 0; i < packages.length; i++) {
}

console.log(exec("npm run build").toString());
console.log(exec("git add ."));
console.log(exec(`git commit -m "${version}"`));
console.log(exec("git push"));

0 comments on commit 45130c4

Please sign in to comment.