Skip to content
Snippets Groups Projects
Commit b443f8f3 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Run `tsc` on install

parent 03d8d582
Branches
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment