chore: update pnpm-workspace.yaml
CI / lint-and-format (push) Successful in 42s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 41s
CI / component-tests (push) Successful in 37s
CI / lint-and-format (pull_request) Successful in 39s
CI / changeset-check (pull_request) Successful in 31s
CI / unit-tests (pull_request) Successful in 40s
CI / component-tests (pull_request) Successful in 36s
CI / lint-and-format (push) Successful in 42s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 41s
CI / component-tests (push) Successful in 37s
CI / lint-and-format (pull_request) Successful in 39s
CI / changeset-check (pull_request) Successful in 31s
CI / unit-tests (pull_request) Successful in 40s
CI / component-tests (pull_request) Successful in 36s
Brings the workspace configuration up to date with the latest directory layout.
This commit is contained in:
+17
-7
@@ -3,14 +3,24 @@ packages:
|
|||||||
- "docs/"
|
- "docs/"
|
||||||
|
|
||||||
allowBuilds:
|
allowBuilds:
|
||||||
esbuild: true
|
|
||||||
sharp: true
|
sharp: true
|
||||||
|
esbuild: true
|
||||||
|
playwright: true
|
||||||
|
|
||||||
onlyBuiltDependencies:
|
fetchTimeout: 300000
|
||||||
- playwright
|
fetchRetries: 10
|
||||||
|
|
||||||
supportedArchitectures:
|
supportedArchitectures:
|
||||||
os: [current, linux]
|
os:
|
||||||
cpu: [current, x64]
|
- current
|
||||||
libc: [current, glibc]
|
- win32
|
||||||
|
- darwin
|
||||||
|
- linux
|
||||||
|
cpu:
|
||||||
|
- current
|
||||||
|
- x64
|
||||||
|
- arm64
|
||||||
|
libc:
|
||||||
|
- current
|
||||||
|
- glibc
|
||||||
|
- musl
|
||||||
Reference in New Issue
Block a user