Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: add xz (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiben authored Mar 11, 2022
1 parent f025418 commit 9682120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"pack:docker:full": "./scripts/docker-publish-full.js",
"pack:docker:slim": "./scripts/docker-publish-slim.js",
"pack:macos": "oclif pack:macos --additional-cli sf",
"pack:tarballs": "oclif pack:tarballs",
"pack:tarballs": "oclif pack:tarballs --xz",
"pack:verify": "sf-release cli:tarballs:verify",
"pack:win": "oclif pack:win --additional-cli sf",
"postinstall": "node ./scripts/post-install-release-notes.js",
Expand All @@ -241,7 +241,7 @@
"trogdor": "yarn clean-all && yarn && yarn compile && yarn uts",
"upload:deb": "oclif upload:deb",
"upload:macos": "oclif upload:macos",
"upload:tarballs": "oclif upload:tarballs",
"upload:tarballs": "oclif upload:tarballs --xz",
"upload:win": "oclif upload:win",
"uts": "nyc mocha --require source-map-support/register --recursive \"test/**/*.test.ts\"",
"watch": "tsc -w -p tsconfig.json"
Expand Down

0 comments on commit 9682120

Please sign in to comment.