cbbc0abcc6
This is a legacy of the chicken run. ### Change Type - [x] `internal` — Any other changes that don't affect the published package (will not publish a new version)
6 lines
125 B
Bash
Executable file
6 lines
125 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx lazy run build-api
|
|
git add packages/*/api-report.md
|
|
npx lint-staged
|