From e7145020ae973f72d9304384660db09ea45106b2 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Thu, 30 Jun 2016 23:53:22 +0100 Subject: [PATCH] tsc a project --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2410e1d34..41ca862fd9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests", "test": "./node_modules/.bin/mocha ./build/tests/**/*Test.js", - "prepublish": "tsc --rootDir='/ts'" + "prepublish": "tsc -p ts" }, "repository": { "type": "git",