fix(*): K2 inside N1, build and ship in src/K2

This commit is contained in:
Ben Gotow 2016-11-21 14:28:49 -08:00
parent f4357ce166
commit 9faaaffb9e
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "build/resources/nylas"]
path = src/pro
url = git@github.com:nylas/edgehill.git
[submodule "src/K2"]
path = src/K2
url = git@github.com:nylas/K2.git

View file

@ -70,4 +70,6 @@ npm('install', {cwd: 'build'})
.then(() => npm('dedupe', {cwd: path.join('apm', 'node_modules', 'npm'), env: 'apm'}))
.then(() => npm('install', {cwd: '.', env: 'electron'}))
.then(() => npm('dedupe', {cwd: '.', env: 'electron'}))
.then(() => npm('install', {cwd: 'src/K2', env: 'electron'}))
.then(() => npm('dedupe', {cwd: 'src/K2', env: 'electron'}))
.then(() => installPrivateResources())

1
src/K2 Submodule

@ -0,0 +1 @@
Subproject commit 8efd4f79356885c446f1f59f79344241f32af212