Browse Source

add some preinstall/postinstall scripts

serviceman
AJ ONeal 5 years ago
parent
commit
da440ce000
  1. 2
      package.json

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

Loading…
Cancel
Save