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