From ebd81d6bae3ffeb49a12d2072abfd12ed89af663 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Thu, 19 Oct 2023 10:15:51 +0200 Subject: [PATCH] chore: Update cspell with clean build --- .github/workflows/update-cspell.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-cspell.yml b/.github/workflows/update-cspell.yml index e060c417c..fd77e1ecd 100644 --- a/.github/workflows/update-cspell.yml +++ b/.github/workflows/update-cspell.yml @@ -60,8 +60,10 @@ jobs: run: | pnpm i - - name: Update packages Src - run: pnpm clean-build + - name: Clean Build + run: | + pnpm clean + pnpm build - name: Git Status id: git-status