Skip to content

Commit

Permalink
chore: Add back postinstall and preuninstall scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbouchardd committed Apr 11, 2023
1 parent 5bdca6b commit 9f8e596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookdeck-cli",
"version": "0.6.6",
"version": "0.6.7",
"description": "Hookdeck CLI",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,8 @@
},
"files": [],
"scripts": {
"preinstall": "go-npm install"
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"goBinary": {
"name": "hookdeck",
Expand Down

0 comments on commit 9f8e596

Please sign in to comment.