diff --git a/package.json b/package.json index 9fb6c421b..c69b1af0d 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,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",