test deploy functions
This commit is contained in:
parent
424b4f0e0d
commit
962a4c1faf
|
@ -161,7 +161,7 @@ async function getRawEntries(): Promise<T.DictionaryEntry[]> {
|
||||||
)} is a duplicate ts of a different entry`
|
)} is a duplicate ts of a different entry`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// add alphabetical index
|
// make alphabetical index
|
||||||
entries.sort((a, b) => a.p.localeCompare(b.p, "ps"));
|
entries.sort((a, b) => a.p.localeCompare(b.p, "ps"));
|
||||||
const entriesLength = entries.length;
|
const entriesLength = entries.length;
|
||||||
// add index
|
// add index
|
||||||
|
|
Loading…
Reference in New Issue