Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Feb 22, 2024
1 parent b7515e7 commit 255cd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-for-build32.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const os = require('os')
const exec = promisify(cp.exec)

const fse = require('fs-extra')
const mkdirp = require('mkdirp')
const { mkdirp } = require('mkdirp')

const fseCopy = promisify(fse.copy)

Expand Down

0 comments on commit 255cd6c

Please sign in to comment.