mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Switch Android and iOS test runs
This commit is contained in:
@ -37,6 +37,6 @@
|
||||
"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\"",
|
||||
"pretest": "npm run link-tests && npm run tsc",
|
||||
"test": "tns run ios --path tests --justlaunch && tns run android --path tests --justlaunch"
|
||||
"test": "tns run android --path tests --justlaunch && tns run ios --path tests --justlaunch"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user