diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-15 19:02:17 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-15 19:02:17 +0200 |
| commit | 0f516aa9d728ce9fe50da9dbd8767f0e23f99212 (patch) | |
| tree | a6097dc7e5d94d06e99c65fdfe160e824395f50c /rn-cli.config.js | |
| parent | e84e87f4ce5a8c242f756566cdc6fb59a45f7bea (diff) | |
| parent | 71592249b2dd669b6f24f37bfb7b0f4e43b74998 (diff) | |
| download | mullvadvpn-0f516aa9d728ce9fe50da9dbd8767f0e23f99212.tar.xz mullvadvpn-0f516aa9d728ce9fe50da9dbd8767f0e23f99212.zip | |
Merge branch 'add-yarn-workspaces'
Diffstat (limited to 'rn-cli.config.js')
| -rw-r--r-- | rn-cli.config.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rn-cli.config.js b/rn-cli.config.js deleted file mode 100644 index dfc815ae30..0000000000 --- a/rn-cli.config.js +++ /dev/null @@ -1,10 +0,0 @@ -const path = require('path'); - -module.exports = { - getProjectRoots: () => { - const roots = []; - roots.push(__dirname); - roots.push(path.resolve(__dirname, './app')); - return roots; - }, -}; |
