Tldraw/scripts
Mitja Bezenšek 7902dc65c3
Fix the publish script (#2440)
Follow up to https://github.com/tldraw/tldraw/pull/2439. Should fix the
publishing script so that the next time we run it we don't run in the
the same issue.

We could also move the file directly to the `src` dir, but it seems
since only `ui` uses the version it was nested under the `ui` dir 🤷

### 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

---------

Co-authored-by: David Sheldrick <d.j.sheldrick@gmail.com>
2024-01-10 14:40:06 +00:00
..
lib
CHANGELOG.md
api-check.ts
build-api.ts
build-package.ts
check-scripts.ts
clean.sh
lint.ts Add prettier caching (#2212) 2023-11-14 09:06:52 +00:00
package.json Change licenses to tldraw (#2167) 2023-12-19 10:41:01 +00:00
postpack.sh
prepack.ts
publish-canary.ts
publish-manual.ts
publish-new.ts Fix the publish script (#2440) 2024-01-10 14:40:06 +00:00
refresh-assets.ts Use custom font (#2343) 2023-12-19 14:17:45 +00:00
tsconfig.json
typecheck.ts