Tldraw/packages/editor
alex 0bd6410d9f
avoid lazy race conditions (#1364)
We had a few issues with lazy race conditions failing CI. This came from
scripts configured to invoke lazy again, rather than through expressing
dependencies between scripts.

This diff reconfigures lazy to articulate these sorts of things as
dependencies instead of through self-invocation. Instead of having lots
of separate `build-package`, `build-docs`, etc commands, we now just
have a build command with package overrides to express more specific
options

### Change Type
- [x] `internal` — Any other changes that don't affect the published
package (will not publish a new version)

### Release Notes
[internal only]
2023-05-12 15:41:40 +00:00
..
src enable eslint for test files (#1363) 2023-05-12 13:19:39 +00:00
CHANGELOG.md
LICENSE
README.md
api-extractor.json
api-report.md [feature] ui events (#1326) 2023-05-11 22:14:58 +00:00
editor.css [feature] ui events (#1326) 2023-05-11 22:14:58 +00:00
package.json avoid lazy race conditions (#1364) 2023-05-12 15:41:40 +00:00
setupTests.js derived presence state (#1204) 2023-04-27 18:03:19 +00:00
tsconfig.json

README.md

tldraw/tldraw

Benchmark

To run the benchmarks

yarn workspace @tldraw/tldraw benchmark

Or

yarn workspace @tldraw/tldraw benchmark "file_search_string"