add some preinstall/postinstall scripts

这个提交包含在:
AJ ONeal 2019-08-10 01:45:31 -06:00
父节点 b4b4b68bac
当前提交 da440ce000
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

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