add prepare script
This commit is contained in:
parent
ca6f36d19a
commit
1675b18d5b
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user