Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Aug 16, 2023
1 parent 1fca3e8 commit 40814cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
if (typeof NEUROGLANCER_BUILD_INFO !== 'undefined') {
console.log("NEUROGLANCER_BUILD_INFO", NEUROGLANCER_BUILD_INFO);
await fs.promises.writeFile(path.resolve(this.outDir, 'wehavebuildinfo.json'), NEUROGLANCER_BUILD_INFO);
} else {
console.log("WE HAVE NO BUILD INFO")
}
}

Expand Down

0 comments on commit 40814cb

Please sign in to comment.