davideisinger.com

My personal website
Log | Files | Refs | README

commit 36a728611d540fca66aca37f38bf78f4a92cc560
parent 42b5ffabf956f9060474ca5f4137b5061f09da04
Author: David Eisinger <[email protected]>
Date:   Sat,  5 Apr 2025 00:56:15 -0400

Attempt fix CI npx hanging

Diffstat:
M.build.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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: |