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",