From bdbaa8968c1842dfdd5d052fd62f81b1e3353f63 Mon Sep 17 00:00:00 2001 From: Tsvetan Raikov Date: Fri, 3 Jun 2016 15:25:10 +0300 Subject: [PATCH] Added a missing file in tsconfig.json. Fixed build scripts. --- package.json | 4 ++-- tsconfig.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 499489107..e064111c3 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "link-tests": "cd tns-core-modules && npm link && cd ../tests && npm link tns-core-modules", "dev-tests-android": "npm run tsc-ti && tns livesync android --path tests", "dev-tests-ios": "npm run tsc-ti && tns livesync ios --path tests", - "test-watch-android": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns run android --path tests --watch\"", - "test-watch-ios": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns run ios --path tests --watch\"", + "test-watch-android": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns livesync android --path tests --watch\"", + "test-watch-ios": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns livesync ios --path tests --watch\"", "pretest": "npm run link-tests && npm run tsc", "test": "tns run android --path tests --justlaunch && tns run ios --path tests --justlaunch" } diff --git a/tsconfig.json b/tsconfig.json index 8b6adeb9a..7d124c3ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -200,6 +200,7 @@ "tns-core-modules/ui/styling/background.android.ts", "tns-core-modules/ui/styling/converters.ts", "tns-core-modules/ui/styling/css-selector.ts", + "tns-core-modules/ui/styling/css-animation-parser.ts", "tns-core-modules/ui/styling/font-common.ts", "tns-core-modules/ui/styling/font.android.ts", "tns-core-modules/ui/styling/font.ios.ts",