Skip to content

Commit

Permalink
Merge pull request #1033 from mittwald/bugfix/exclude-win32-arm64
Browse files Browse the repository at this point in the history
fix: exclude win32-arm64 from build targets
  • Loading branch information
martin-helmich authored Jan 28, 2025
2 parents b4f57bc + 443d615 commit d9c4e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"package": "yarn package:tarballs && yarn package:windows && yarn package:macos",
"package:macos": "oclif pack macos",
"package:tarballs": "oclif pack tarballs --targets=linux-x64,linux-arm64,darwin-x64,darwin-arm64",
"package:windows": "oclif pack win",
"package:windows": "oclif pack win --targets=win32-x64,win32-x86",
"post:generate": "yarn run -T compile && yarn run -T compile:cjs",
"test": "yarn test:format && yarn test:licenses && yarn test:unit",
"test:format": "yarn lint && yarn format --check",
Expand Down

0 comments on commit d9c4e0f

Please sign in to comment.