From 16e8ccc657ef085eca5d8e25b9d7603be751eae3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:10:28 -0500 Subject: [PATCH] spelling: in case Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .github/workflows/script/check-js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/script/check-js.sh b/.github/workflows/script/check-js.sh index 3c9b75812..f8f5d19d0 100755 --- a/.github/workflows/script/check-js.sh +++ b/.github/workflows/script/check-js.sh @@ -7,7 +7,7 @@ if [ ! -z "$(git status --porcelain)" ]; then >&2 echo "Failed: Repo should be clean before testing!" exit 1 fi -# Wipe the lib directory incase there are extra unnecessary files in there +# Wipe the lib directory in case there are extra unnecessary files in there rm -rf lib # Generate the JavaScript files npm run-script build