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