Skip to content

Commit 9f8e596

Browse files
committed
chore: Add back postinstall and preuninstall scripts
1 parent 5bdca6b commit 9f8e596

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hookdeck-cli",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Hookdeck CLI",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,8 @@
2020
},
2121
"files": [],
2222
"scripts": {
23-
"preinstall": "go-npm install"
23+
"postinstall": "go-npm install",
24+
"preuninstall": "go-npm uninstall"
2425
},
2526
"goBinary": {
2627
"name": "hookdeck",

0 commit comments

Comments
 (0)