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

Commit

Permalink
fix: test new installer packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Oct 28, 2021
1 parent 9b1c820 commit 83160bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,15 @@ workflows:
only:
- main
- release-management/release-package:
tag: latest-rc
github-release: true
tag: dev
github-release: false
prerelease: true
requires:
- approval
filters:
branches:
only:
- main
- dev
- pack-and-upload-tarballs:
filters:
branches:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"mocha": "^8.4.0",
"npm": "^7.15.1",
"nyc": "^15.1.0",
"oclif": "^1.18.1",
"oclif": "dev",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"shx": "^0.3.3",
Expand All @@ -203,10 +203,10 @@
"pack:deb": "oclif pack:deb",
"pack:docker:full": "./scripts/docker-publish-full.js",
"pack:docker:slim": "./scripts/docker-publish-slim.js",
"pack:macos": "oclif pack:macos",
"pack:macos": "oclif pack:macos --additional-executable sf",
"pack:tarballs": "oclif pack:tarballs",
"pack:verify": "sf-release cli:tarballs:verify",
"pack:win": "oclif pack:win",
"pack:win": "oclif pack:win --additional-executable sf",
"postinstall": "npm install @salesforce/cli -g",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn test:deprecation-policy ",
Expand Down

0 comments on commit 83160bd

Please sign in to comment.