From 3485efee50488e8dd6e85f5470fb9fe73db72ef7 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 22 Jul 2019 22:57:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20Windows=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ee30d2..0c65c10 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "postinstall": "npm start", + "postinstall": "tsc", "start": "rm -rf dist && tsc", "test": "echo \"Error: no test specified\" && exit 1", "update": "rm -rf node_modules package-lock.json && npm install"