Skip to content

Commit

Permalink
Use GOBIN for source build destination
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMackus committed Sep 15, 2021
1 parent bda2463 commit a544331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ async function install(logLevel) {

cleanFile(pathToExecutable);
await build.url(`https://github.com/Shopify/themekit/archive/refs/tags/v${config.version}.tar.gz`, [
'make build GOPATH=' + __dirname + '/..',
'make install GOPATH=' + __dirname + '/..'
'make build GOBIN=' + __dirname + '/..',
'make install GOBIN=' + __dirname + '/..'
]);
spinner.stop();
}
Expand Down

0 comments on commit a544331

Please sign in to comment.