mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-10 00:14:27 +00:00
make build script work on windows
This commit is contained in:
parent
6fdd4947f9
commit
db5bd9984e
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ function run(command, args, options = {}) {
|
|||
const spawnOptions = {
|
||||
cwd: appDir,
|
||||
stdio: "inherit",
|
||||
shell: process.platform === "win32",
|
||||
...options,
|
||||
env: { ...process.env, NODE_PATH: nodeModulesPath, ...(options.env || {}) },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue