From 36a728611d540fca66aca37f38bf78f4a92cc560 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sat, 5 Apr 2025 00:56:15 -0400 Subject: [PATCH] Attempt fix CI npx hanging --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index dd5e6b0..fe025fc 100644 --- a/.build.yml +++ b/.build.yml @@ -26,7 +26,8 @@ tasks: # Spellcheck Markdown files - spelling: | - npx --yes cspell "content/**/*.md" + NPM_CONFIG_LOGLEVEL=verbose npm install --save-dev --omit=optional cspell + npx cspell "content/**/*.md" # Diff RSS template against Hugo default, make sure only differences are intentional - rss: |