Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Jul 23, 2024
1 parent 85807a7 commit bba6ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ switch (platform) {
default:
throw new Error(`Unsupported OS: ${platform}, architecture: ${arch}`);
}
console.log(platform, arch);
if (!fs.existsSync(path.join(__dirname, "..", "lib"))) {
fs.mkdirSync(path.join(__dirname, "..", "lib"));
}
Expand Down

0 comments on commit bba6ee5

Please sign in to comment.