Rename zotero-note-editor submodule to note-editor

This commit is contained in:
Dan Stillman 2021-02-11 14:48:27 -05:00
parent 4c11d45679
commit e1c0f6c1a0
8 changed files with 16 additions and 16 deletions

View file

@ -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;