Skip to content

Commit

Permalink
fix: add repositoryPrefix to oclif config for cli package
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Apr 8, 2024
1 parent ff29e30 commit 0aa2e30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
"timeout": 180000
},
"oclif": {
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/cli/<%- commandPath %>",
"additionalHelpFlags": [
"-h"
],
Expand Down Expand Up @@ -341,9 +342,7 @@
"sudo": "@heroku/sudo"
}
},
"repository": {
"url": "https://github.com/heroku/cli/"
},
"repository": "heroku/cli",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
Expand Down

0 comments on commit 0aa2e30

Please sign in to comment.