tldraw/packages
Mitja Bezenšek 2d78362cb9
Fix the first run of dev script. (#2484)
When you first clone the repo and run the `dev` script for the first
time you get the following error:

![image](https://github.com/tldraw/tldraw/assets/2523721/89cd0904-3d63-4569-b950-c1e23573f800)

This is because the `dev` script in examples runs before `dev` in
`tldraw` (which creates the `tldraw.css` file). We now have a `predev`
step that does it.

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. Clone the repo from start (or delete `packages/tldraw/tldraw.css`
file)
2. Run `yarn dev`
3. You should not see the above error.

### Release Notes

- Fix first `yarn dev` experience.
2024-01-17 10:59:04 +00:00
..
assets Update CHANGELOG.md [skip ci] 2024-01-10 12:03:59 +00:00
editor Prevent overlay content disappearing at some browser zoom levels (#2483) 2024-01-17 10:44:40 +00:00
state unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
store unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
tldraw Fix the first run of dev script. (#2484) 2024-01-17 10:59:04 +00:00
tlschema [hot take] Make dark mode colours pop more (#2478) 2024-01-16 17:03:58 +00:00
tlsync unbrivate, dot com in (#2475) 2024-01-16 14:38:05 +00:00
utils faster image processing in default asset handler (#2441) 2024-01-10 14:41:18 +00:00
validate Fix validation for local files. (#2447) 2024-01-15 12:33:46 +00:00