add prepare script
This commit is contained in:
parent
ca6f36d19a
commit
1675b18d5b
@ -34,7 +34,8 @@
|
|||||||
"test": "ava",
|
"test": "ava",
|
||||||
"lint": "tslint -p tsconfig.json",
|
"lint": "tslint -p tsconfig.json",
|
||||||
"validate:tslint": "tslint-config-prettier-check ./tslint.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": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user