Rename zotero-note-editor submodule to note-editor
This commit is contained in:
parent
4c11d45679
commit
e1c0f6c1a0
8 changed files with 16 additions and 16 deletions
|
@ -19,7 +19,7 @@ if (require.main === module) {
|
|||
await getClean(path.join(ROOT, '.signatures.json'));
|
||||
await getClean(path.join(ROOT, 'pdf-reader/build'));
|
||||
await getClean(path.join(ROOT, 'pdf-worker/build'));
|
||||
await getClean(path.join(ROOT, 'zotero-note-editor/build'));
|
||||
await getClean(path.join(ROOT, 'note-editor/build'));
|
||||
} catch (err) {
|
||||
process.exitCode = 1;
|
||||
global.isError = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue