-
- Downloads
[enh] Run `tsc` on install
... | @@ -3,6 +3,9 @@ | ... | @@ -3,6 +3,9 @@ |
"version": "0.0.1", | "version": "0.0.1", | ||
"main": "index.js", | "main": "index.js", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | |||
"prepublish": "tsc" | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"express": "^4.16.4", | "express": "^4.16.4", | ||
"express-graphql": "^0.7.1", | "express-graphql": "^0.7.1", | ||
... | ... |
Please register or sign in to comment