Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from oclif-dev to oclif cli tool #136

Merged
merged 3 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/package-lock.json
/tmp
node_modules
oclif.manifest.json
7 changes: 5 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# All files require review from the Dev Tools team
# All files require review from the Heroku Front-End Dev Tools team.

# Comment line immediately above ownership line is reserved for related GUS information.
# Please exercise caution while editing.

#GUSINFO: Heroku FE Dev Tools,Heroku CLI & Plugins
* @heroku/frontend-dev-tooling

#GUSINFO:Heroku Front End Dept (FE Infra & Arch),Heroku CLI
#ECCN:Open Source
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"mocha": "^10.7.3",
"nock": "^13.5.6",
"nyc": "^17.1.0",
"oclif": "4.14.36",
"sinon": "^18.0.0",
"ts-node": "^10.9.2",
"tsheredoc": "^1.0.1",
Expand Down Expand Up @@ -79,9 +80,9 @@
"lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "rm -f oclif.manifest.json",
"posttest": "tsc -p test --noEmit",
"prepack": "yarn build && oclif-dev manifest && oclif-dev readme",
"prepack": "yarn build && oclif manifest && oclif readme",
"pretest": "yarn build",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
"version": "oclif readme && git add README.md"
}
}
Loading
Loading