From adf86d65347f1af1dff9d669af980539dcb6e461 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 28 Nov 2024 15:34:37 +0500 Subject: [PATCH] testci --- functions/lib/publishing-helpers.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/lib/publishing-helpers.ts b/functions/lib/publishing-helpers.ts index f54eb87..49b52bb 100644 --- a/functions/lib/publishing-helpers.ts +++ b/functions/lib/publishing-helpers.ts @@ -7,7 +7,7 @@ export const dictionaryFilename = "dictionary"; export const dictionaryInfoFilename = "dictionary-info"; // const hunspellAffFileFilename = "ps_AFF.aff"; // const hunspellDicFileFilename = "ps_AFF.dic"; -const allWordsJsonFilename = "all-words-dictionary.json"; +// const allWordsJsonFilename = "all-words-dictionary.json"; const url = `${baseUrl}${dictionaryFilename}`; const infoUrl = `${baseUrl}${dictionaryInfoFilename}`; @@ -16,6 +16,8 @@ export function makeDictionaryObject( ): T.Dictionary { return { info: { + // @ts-ignore + testVal: true, title, license, url,