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.
26 lines
310 B
YAML
26 lines
310 B
YAML
packages:
|
|
- "packages/*"
|
|
- "docs/"
|
|
|
|
allowBuilds:
|
|
sharp: true
|
|
esbuild: true
|
|
playwright: true
|
|
|
|
fetchTimeout: 300000
|
|
fetchRetries: 10
|
|
|
|
supportedArchitectures:
|
|
os:
|
|
- current
|
|
- win32
|
|
- darwin
|
|
- linux
|
|
cpu:
|
|
- current
|
|
- x64
|
|
- arm64
|
|
libc:
|
|
- current
|
|
- glibc
|
|
- musl |