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

[enh] Run `tsc` on install (fix)

parent b443f8f3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"prepublish": "tsc" "install": "tsc"
}, },
"dependencies": { "dependencies": {
"express": "^4.16.4", "express": "^4.16.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment