Skip to content

Commit

Permalink
remove windows/386 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vojty committed Feb 3, 2022
1 parent 4c50462 commit d89f3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const outDir = path.join(__dirname, "dist");

const targets = [
"windows/amd64",
"windows/386",
"windows/arm64",
"darwin/amd64",
"darwin/arm64",
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"license": "UNLICENSED",
"scripts": {
"build": "node build.mjs"
},
"dependencies": {
"execa": "^6.0.0",
"fs-extra": "^10.0.0"
Expand Down

0 comments on commit d89f3c4

Please sign in to comment.