add prepare script

This commit is contained in:
Lewis Diamond 2020-07-04 00:15:11 -04:00
parent ca6f36d19a
commit 1675b18d5b

View File

@ -34,7 +34,8 @@
"test": "ava",
"lint": "tslint -p tsconfig.json",
"validate:tslint": "tslint-config-prettier-check ./tslint.json",
"prepublishOnly": "yarn lint && yarn test && yarn tsc -d"
"prepublishOnly": "yarn lint && yarn test && yarn tsc -d",
"prepare": "tsc"
},
"dependencies": {},
"devDependencies": {