Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/improsocial/impro
An extensible Bluesky client for web impro.social
Something went wrong. Try again.
1234567891011121314151617npm run format && npm run test:unit# Typecheck the plugin SDK and regenerate its declarationsTYPECHECK_INPUTS='^impro-plugin/(main\.js|tsconfig\.json|tsconfig\.types\.json)'if git diff --cached --name-only --diff-filter=ACMR | grep -qE "$TYPECHECK_INPUTS"; then npm run typecheck --prefix impro-plugin npm run build:types --prefix impro-plugin git add impro-plugin/main.d.tsfi# Rebuild plugin docs if source changedDOC_INPUTS='^impro-plugin/(main\.js|typedoc\.json|tsconfig\.json|tsconfig\.typedoc\.json|typedoc-support/|docs/)'if git diff --cached --name-only --diff-filter=ACMR | grep -qE "$DOC_INPUTS"; then npm run docs --prefix impro-plugin git add impro-plugin/docsfi