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 6a55724 commit 567ecea
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 @@ -93,7 +93,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 567ecea

Please sign in to comment.