Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Mar 2, 2018
1 parent 8352c7a commit e2fb05b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ const main = async () => {
`git config user.name 'Dotan Nahum'`,
`git add .`,
`git commit -m 'hygen: auto-release'`,
`git push "https://${
process.env.GITHUB_TOKEN
}@${repo}" master > /dev/null 2>&1`
`git push "https://${process.env.GITHUB_TOKEN}@${repo}" master`
]
for (const cmd of cmds) {
await execa.shell(cmd)
Expand Down

0 comments on commit e2fb05b

Please sign in to comment.