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": {