Skip to content

Commit

Permalink
fix(publish): setup patch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 15, 2020
1 parent a217c3b commit b3e999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function getCommitEnvVar(name: string): string {
async function main() {
if (process.env.PATCH_BRANCH) {
await checkoutPatchBranches(process.env.PATCH_BRANCH)
return
// return
}

debug(`Installing dependencies, building packages`)
Expand Down

0 comments on commit b3e999e

Please sign in to comment.