Added a missing file in tsconfig.json. Fixed build scripts.

This commit is contained in:
Tsvetan Raikov
2016-06-03 15:25:10 +03:00
parent f49d6e2281
commit bdbaa8968c
2 changed files with 3 additions and 2 deletions

View File

@ -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"
}

View File

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