Skip to content

Commit

Permalink
add sync command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
moschan committed Aug 27, 2016
1 parent 29a65bd commit f1ddbf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
"start": "react-native start",
"sync": "rm -rf ./node_modules/react-native-newsticker; sane '/usr/bin/rsync -v -a --exclude .git --exclude example --exclude node_modules ../ ./node_modules/react-native-newsticker/' .. --glob='{**/*.json,**/*.js}'"
},
"dependencies": {
"react": "15.2.0",
Expand Down

0 comments on commit f1ddbf7

Please sign in to comment.