Skip to content

Commit bf6bd89

Browse files
Travis
1 parent a0049bb commit bf6bd89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ nativescript-code-push deployment history <codepush-ios-appname> Staging
181181
You may want to play with CodePush before using it in production (smart move!).
182182
Perform these steps once you've pushed an update and added the `sync` command to your app:
183183

184-
- `$ tns run [ios|android] # on an iOS device add the --release flag so LiveSync doesn't mess up your test`
184+
- `$ tns run <platform>`. On an iOS device add the --release flag so LiveSync doesn't interfere`
185185
- kill and restart the app after the update is installed
186186

187187
## Future enhancements

src/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"setup": "npm i && cd ../demo && npm i && cd ../src && npm run build",
3232
"tslint": "tslint *.ts",
3333
"tslint.demo": "tslint ../demo/app/*.ts",
34+
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/typings/**'",
3435
"test": "npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns build android",
3536
"test.android": "npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns test android",
3637
"test.ios": "npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns test ios",

0 commit comments

Comments
 (0)