mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 09:32:33 +08:00
fix(*): K2 inside N1, build and ship in src/K2
This commit is contained in:
parent
f4357ce166
commit
9faaaffb9e
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
1
src/K2
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8efd4f79356885c446f1f59f79344241f32af212
|
Loading…
Reference in a new issue