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 0af5d49 commit af51cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ 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`
`git push https://${process.env.GITHUB_TOKEN}@${repo}`
]
for (const cmd of cmds) {
await execa.shell(cmd)
console.log(await execa.shell(cmd).stdout)
}

console.log('standalone: publish done.')
Expand Down

0 comments on commit af51cbb

Please sign in to comment.