From 56a0e576b1cf0e7a53f59a01d5a36e9f5d62cc5a Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 22 Jul 2019 22:59:04 +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 6555170..1bfd4f4 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 && chmod +x dist/*.js", "test": "echo \"Error: no test specified\" && exit 1", "update": "rm -rf node_modules package-lock.json && npm install"