mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Added a missing file in tsconfig.json. Fixed build scripts.
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user