From da440ce00011c054161f468f7c0ba927250dab2e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 10 Aug 2019 01:45:31 -0600 Subject: [PATCH] add some preinstall/postinstall scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 2e67013..2f09c5f 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ "telebitd": "bin/telebitd.js" }, "scripts": { + "preinstall": "node scripts/preinstall.js", + "postinstall": "node scripts/postinstall.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {