Skip to content

Commit

Permalink
fix: remove --cli from smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 13, 2023
1 parent 91a5b9c commit a41ca25
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 @@ -221,7 +221,7 @@
"promote:verify-rc": "sf-release cli:versions:inspect --channels stable-rc --locations archive --cli sf",
"test": "sf-test",
"test:deprecation-policy": "sf-release cli:artifacts:compare",
"test:smoke-unix": "sf-release cli:tarballs:smoke --cli sf",
"test:smoke-unix": "sf-release cli:tarballs:smoke",
"upload:deb": "oclif upload:deb",
"upload:macos": "oclif upload:macos",
"upload:tarballs": "oclif upload:tarballs --xz",
Expand Down

0 comments on commit a41ca25

Please sign in to comment.