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