From e0ba68d8cb934129bc555fd5f475cae4a46fc1e0 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 8 Nov 2018 21:18:47 +0100
Subject: [PATCH] [enh] Run `tsc` on install (fix)

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 9bbe4ff..f412be7 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "main": "index.js",
   "license": "MIT",
   "scripts": {
-    "prepublish": "tsc"
+    "install": "tsc"
   },
   "dependencies": {
     "express": "^4.16.4",
-- 
GitLab