Skip to content

Commit 1b4636a

Browse files
Travis
1 parent bf6bd89 commit 1b4636a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 <platform>`. On an iOS device add the --release flag so LiveSync doesn't interfere`
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

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"codepush-clidev.android.release": "../../code-push/cli/bin/script/./cli.js release-nativescript CodePushDemo-Android android -deploymentName Staging --build --isReleaseBuildType --keystorePath \"/Users/eddyverbruggen/Desktop/werkmap/Android dev X-Services/xservices.keystore\" --keystorePassword YOUR_PASSWORD --keystoreAlias xservices --keystoreAliasPassword YOUR_PASSWORD",
2727
"codepush-clidev.android.rollback": "../../code-push/cli/bin/script/./cli.js rollback CodePushDemo-Android Staging",
2828
"codepush-clidev.android.clear": "../../code-push/cli/bin/script/./cli.js deployment clear CodePushDemo-Android Staging",
29-
"build.plugin": "cd ../src && npm run build && npm run package",
29+
"build.plugin": "cd ../src && npm i && npm run build && npm run package",
3030
"ci.tslint": "npm i && tslint --config '../tslint.json' 'demoapp/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
3131
},
3232
"dependencies": {

0 commit comments

Comments
 (0)