chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

refactor: dev scripts

Open asvishnyakov opened this issue 1 month ago • 2 comments
trafficstars

This PR refactors the development scripts.

Key Changes

  • Backend scripts moved to uv scriptspnpm is no longer used to run them.
  • Paired scripts for backend and frontend – Both have linting, formatting, and type-checking scripts, with automatic fixes available for the first two
  • Unified scripts for CI, git checks & developers – CI and pre-commit hooks now use the same scripts that developers run locally.

asvishnyakov avatar Oct 06 '25 05:10 asvishnyakov