Skip to content

Commit

Permalink
Fix create-release-archive on Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Jun 16, 2022
1 parent 7ca5972 commit eef4b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release-archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function cli () {
console.log(`Saved release archive to ${argv.dest ? argv.dest : ''}${releaseArchive}`)

// Clean up
fs.rmSync(workdir, { force: true, recursive: true })
fs.rmdirSync(workdir, { recursive: true })
}

function updatePackageJson (file, updater) {
Expand Down

0 comments on commit eef4b97

Please sign in to comment.