mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add helper scripts to help with running tests on dev machines.
This commit is contained in:
@@ -24,7 +24,10 @@
|
||||
},
|
||||
"scripts": {
|
||||
"tsc-tiw": "node build/tsc-dev.js tiw",
|
||||
"tsc-ti": "node build/tsc-dev.js ti",
|
||||
"tsc": "tsc",
|
||||
"link-tests": "cd tns-core-modules && npm link && cd ../tests && npm link tns-core-modules"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user