Skip to content

Commit

Permalink
chore: add arm pack targets
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed May 31, 2023
1 parent 28ebc17 commit df2a548
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 @@ -115,7 +115,7 @@
"version": "oclif readme && git add README.md",
"tarball:macos": "oclif pack tarballs --targets=darwin-x64 --no-xz",
"tarball:linux": "oclif pack tarballs --targets=linux-x64 --no-xz",
"tarball:all": "oclif pack tarballs --targets=darwin-x64,linux-x64 --no-xz",
"tarball:all": "oclif pack tarballs --targets=linux-x64,linux-arm64,darwin-x64,darwin-arm64 --no-xz",
"build:clean": "shx rm -rf dist && rm -f tsconfig.tsbuildinfo",
"build:ts": "tsc -b",
"build:templates": "cp -R ./src/templates ./dist",
Expand Down

0 comments on commit df2a548

Please sign in to comment.