add some preinstall/postinstall scripts

This commit is contained in:
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": {