mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
Move old edgehill src/pro into K2/packages/nylas-private
Summary: feat(bootstrap): automatically init submodule if able fix(bootstrap): symlink arc instead of copy Test Plan: test Reviewers: juan Differential Revision: https://phab.nylas.com/D3494
This commit is contained in:
parent
eb7f3c90e6
commit
41c893cc17
2 changed files with 4 additions and 4 deletions
|
@ -50,9 +50,9 @@ function installPrivateResources() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy Arc Files
|
// copy Arc Files
|
||||||
fs.copySync(path.join('src', 'K2', '.arcconfig'), '.')
|
fs.symlinkSync(path.join('src', 'K2', '.arcconfig'), '.arcconfig', 'file');
|
||||||
fs.copySync(path.join('src', 'K2', '.arclint'), '.')
|
fs.symlinkSync(path.join('src', 'K2', '.arclint'), '.arclint', 'file');
|
||||||
fs.copySync(path.join('src', 'K2', 'arclib'), '.')
|
fs.symlinkSync(path.join('src', 'K2', 'arclib'), 'arclib', 'dir');
|
||||||
|
|
||||||
// copy Source Extensions
|
// copy Source Extensions
|
||||||
unlinkIfExistsSync(path.join('src', 'error-logger-extensions'));
|
unlinkIfExistsSync(path.join('src', 'error-logger-extensions'));
|
||||||
|
|
2
src/K2
2
src/K2
|
@ -1 +1 @@
|
||||||
Subproject commit 85de77c9645010e7a463e55b16617de50362c49c
|
Subproject commit 3a6d3157d764eb1034e61ec70f97f8fb6c5b030e
|
Loading…
Reference in a new issue