Skip to content

Commit

Permalink
Merge pull request #219 from wordpress-mobile/feature/no-cyclic-wpand…
Browse files Browse the repository at this point in the history
…roid-symlink

Use a temporary symlink to parent wpandroid
  • Loading branch information
hypest committed Nov 2, 2018
2 parents 0c26ca9 + 4d04719 commit a136b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"start:debug": "node --inspect-brk node_modules/.bin/react-native start",
"start:inside-gb:debug": "node --inspect-brk node_modules/.bin/react-native start:inside-gb",
"android": "react-native run-android",
"wpandroid": "yarn android --root wpandroidlink --variant wasabiDebug --appIdSuffix beta --appFolder WordPress --main-activity=ui.WPLaunchActivity",
"prewpandroid": "rm -Rf $TMPDIR/gbmobile-wpandroidfakernroot && mkdir $TMPDIR/gbmobile-wpandroidfakernroot && ln -s $(cd \"$(dirname \"../../../\")\"; pwd) $TMPDIR/gbmobile-wpandroidfakernroot/android",
"wpandroid": "yarn android --root $TMPDIR/gbmobile-wpandroidfakernroot --variant wasabiDebug --appIdSuffix beta --appFolder WordPress --main-activity=ui.WPLaunchActivity",
"preios": "yarn preios:carthage",
"preios:carthage": "cd react-native-aztec && yarn install-aztec-ios",
"ios": "react-native run-ios",
Expand Down
1 change: 0 additions & 1 deletion wpandroidlink/android

This file was deleted.

0 comments on commit a136b7e

Please sign in to comment.