Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed May 16, 2024
1 parent aa2585c commit 3581fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/electron/features/support/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const run = promisify(exec)
// ZlibError in `npm pack`
const publish = async (version, retries = 2) => {
const opts = { env: { ...process.env, VERSION_IDENTIFIER: version } }
console.log('version log', version);
return run(`npm run local-npm:publish-all${publishSuffix}`, opts)
.catch(async (err) => {
if (retries > 0) {
Expand Down

0 comments on commit 3581fe3

Please sign in to comment.