From e540ac832734d05dafaf6160f162fc74164559b1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 1 Jul 2018 12:00:40 +0200 Subject: [PATCH] now skipping ignore completely --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cdd287..b617037 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 --ignore 'nothing' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts" + "postinstall": "ts-node --skip-ignore true --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts" }, "devDependencies": { "@types/node": "^10.3.0"