Skip to content

Commit

Permalink
fix: register hook in pjson
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jun 4, 2024
1 parent 44e2b4e commit 31c6661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"bin": "corev3",
"dirname": "corev3",
"commands": "./dist/commands",
"hooks": {
"init": "./dist/hooks/init/init.js"
},
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"
Expand Down

0 comments on commit 31c6661

Please sign in to comment.