Skip to content

Commit

Permalink
cli: fix oclif hook
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 12, 2021
1 parent bbab1ee commit 4bcbb54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"bin": "dowdep-cli",
"commands": "./src/commands",
"description": "downstream repository mining CLI",
"hooks": {
"init": "./src/oclif.init.ts"
},
"plugins": [
"@oclif/plugin-autocomplete",
"@oclif/plugin-help",
Expand Down

0 comments on commit 4bcbb54

Please sign in to comment.