add some preinstall/postinstall scripts
This commit is contained in:
parent
b4b4b68bac
commit
da440ce000
|
@ -13,6 +13,8 @@
|
||||||
"telebitd": "bin/telebitd.js"
|
"telebitd": "bin/telebitd.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"preinstall": "node scripts/preinstall.js",
|
||||||
|
"postinstall": "node scripts/postinstall.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue