Attempt fix CI npx hanging

This commit is contained in:
David Eisinger
2025-04-05 00:56:15 -04:00
parent 42b5ffabf9
commit 36a728611d

View File

@@ -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: |