From 69f6f7460f5fee6f3812853f02802f2c49859fbd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 1 Jul 2018 11:51:24 +0200 Subject: [PATCH] update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f76487..54a57a8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "(npmts --notest && node ./cli.js test/test.ts)", "format": "(gitzone format)", "build": "echo \"Not needed for now\"", - "postinstall": "ts-node --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts" + "postinstall": "ts-node --ignore '' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts" }, "devDependencies": { "@types/node": "^10.3.0"