use cwd option (#393)
This commit is contained in:
parent
35937c256f
commit
202d1b423c
|
@ -7,5 +7,5 @@
|
|||
},
|
||||
"ignoreCommand": "git diff --quiet HEAD^ HEAD ../../{patches,package.json} ../../packages/{colors,components,icons} ./",
|
||||
"installCommand": "yarn install --cwd ../../ --frozen-lockfile",
|
||||
"buildCommand": "turbo run build --filter=website..."
|
||||
"buildCommand": "turbo run build --cwd ../../ --filter=website..."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue