mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
add shell for win
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user