b63e871420
- fixes an invalid usage of process.env in the editor package - fixes some bublic paths in the publishing infra code
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
|