From e4b7e1375ce500820ba37c9b4e4dd055665e48ad Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Wed, 3 Oct 2018 15:13:22 -0400 Subject: [PATCH] use local typescript for npm build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a169f25..ef582fb8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "tests" }, "scripts": { - "build": "tsc", + "build": "./node_modules/typescript/bin/tsc", "test": "npm run test-node", "test-one": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000", "test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli",