diff --git a/scripts/build.js b/scripts/build.js index a7b3ad5a..c2239288 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -36,7 +36,8 @@ async function buildTheDocs(watch = false) { return spawnCallback('npx', ['@11ty/eleventy', '--watch', '--incremental', '--quiet'], { stdio: 'pipe', - cwd: 'docs' + cwd: 'docs', + shell: true }); }