Skip to content

Commit

Permalink
Add plugin-plugins,simplify build script (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack authored Aug 21, 2024
1 parent 4144c2b commit fbd7dd4
Show file tree
Hide file tree
Showing 2 changed files with 1,558 additions and 47 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,22 @@
"scripts": {
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md",
"build": "rm -rf dist && tsc -b && oclif manifest && oclif readme && mv oclif.manifest.json ./dist/oclif.manifest.json && cp README.md ./dist/README.md && node scripts/prepack.mjs"
"build": "rm -rf dist && tsc -b && oclif manifest"
},
"oclif": {
"commands": "./dist/commands",
"bin": "heroku",
"devPlugins": [
"@oclif/plugin-help"
"@oclif/plugin-help",
"@oclif/plugin-plugins"
]
},
"dependencies": {
"@heroku-cli/color": "2.0.1",
"@heroku-cli/command": "^11.0.0",
"@heroku-cli/schema": "^1.0.25",
"@oclif/core": "^2.16.0",
"@oclif/plugin-plugins": "^3.0.0",
"@oclif/plugin-help": "^5",
"http-call": "^5.3.0",
"ignore": "~ 5.3.1",
Expand Down Expand Up @@ -67,6 +69,8 @@
"typescript": "^5"
},
"files": [
"/dist"
"/bin",
"/dist",
"/oclif.manifest.json"
]
}
Loading

0 comments on commit fbd7dd4

Please sign in to comment.