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/"
|
||||
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
sharp: true
|
||||
esbuild: true
|
||||
playwright: true
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- playwright
|
||||
fetchTimeout: 300000
|
||||
fetchRetries: 10
|
||||
|
||||
supportedArchitectures:
|
||||
os: [current, linux]
|
||||
cpu: [current, x64]
|
||||
libc: [current, glibc]
|
||||
|
||||
os:
|
||||
- current
|
||||
- win32
|
||||
- darwin
|
||||
- linux
|
||||
cpu:
|
||||
- current
|
||||
- x64
|
||||
- arm64
|
||||
libc:
|
||||
- current
|
||||
- glibc
|
||||
- musl
|
||||
Reference in New Issue
Block a user