add some preinstall/postinstall scripts

This commit is contained in:
AJ ONeal 2019-08-10 01:45:31 -06:00
parent b4b4b68bac
commit da440ce000
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni

Vedi File

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