c9b7d328fe
These were needed when the docs lived in a different repo, but they don't any more so we can get rid of them. ### Change Type - [x] `internal` — Does not affect user-facing stuff - [x] `chore` — Updating dependencies, other boring stuff
7 lines
150 B
Bash
Executable file
7 lines
150 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn install --immutable
|
|
npx lazy run build-api
|
|
git add packages/*/api-report.md
|
|
npx lint-staged
|