add shell for win

This commit is contained in:
Cory LaViska
2023-06-07 13:49:10 -04:00
parent 4721bd117b
commit 5085ef831b

View File

@@ -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
});
}