From e097d5630383f72c6309c8eeed35a92bb20346ff Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 23 Dec 2022 10:55:33 +0800 Subject: [PATCH] increase build trigger coverage --- .github/workflows/main.yml | 2 ++ modules/gui/src/libs/stores.ts | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d5b56a..3b3887c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,8 @@ jobs: filters: | src: - 'modules/gui/src-tauri/**' + - 'modules/gui/src/**' + - 'modules/ui/src/**' build_svelte: needs: changes if: needs.changes.outputs.svelte == 'true' diff --git a/modules/gui/src/libs/stores.ts b/modules/gui/src/libs/stores.ts index 8abb466..d8e2182 100644 --- a/modules/gui/src/libs/stores.ts +++ b/modules/gui/src/libs/stores.ts @@ -125,8 +125,6 @@ function initSearchStore() { const postsSearch = writable([]); // TODO: - // add fuse.js index here: packages, articles/posts, etc - // define fuse.js shape { tags:[], desc:string, title: string, thumb_image_url: string } // should use algolia if user is somehow online const packagesFound: GUIPackage[] = [];