use cwd option (#393)

This commit is contained in:
Felicio Mununga 2023-05-12 18:15:23 +02:00 committed by GitHub
parent 35937c256f
commit 202d1b423c
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -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..."
}