From 00ec1b91eabe323a65e19ed13abd110240e615be Mon Sep 17 00:00:00 2001 From: Sam Lin Date: Mon, 19 Dec 2016 00:58:06 -0600 Subject: [PATCH] fix(build): revert previous change and remove out property setting from tsconfig --- .travis.yml | 1 - tsconfig.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eccd235..6276661 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ before_install: before_script: - npm prune script: - - npm run clean:dist - npm run build after_success: - npm run semantic-release diff --git a/tsconfig.json b/tsconfig.json index 827645e..6c5cd0f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,8 +14,7 @@ "sourceMap": true, "declaration": true, "target": "es5", - "declarationDir": "dist", - "outDir": "dist" + "declarationDir": "dist" }, "exclude": [ "node_modules",