d7002057d7
This PR moves the tldraw.com app into the public repo. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2] --------- Co-authored-by: Dan Groshev <git@dgroshev.com> Co-authored-by: alex <alex@dytry.ch>
7 lines
157 B
Bash
Executable file
7 lines
157 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx lazy run build-api
|
|
git add packages/*/api-report.md
|
|
git add packages/*/api/api.json
|
|
npx lint-staged
|