Summary
Publish the drizzle-migration-linter workspace package as a standalone npm package so projects outside the Archestra monorepo can install and run it directly in CI.
Why
The linter currently lives in the Archestra repository and can be consumed inside this monorepo. Publishing it would make it easier for other Drizzle users to adopt expand/contract migration checks without copying code or vendoring the package.
Desired outcome
- package is installable from npm
- CLI remains simple to run in CI
- README documents external installation and usage
- release process is clear enough that future changes can be shipped intentionally
Notes
If this would be useful for your team, react to this issue with a thumbs up so we can gauge demand.
Summary
Publish the
drizzle-migration-linterworkspace package as a standalone npm package so projects outside the Archestra monorepo can install and run it directly in CI.Why
The linter currently lives in the Archestra repository and can be consumed inside this monorepo. Publishing it would make it easier for other Drizzle users to adopt expand/contract migration checks without copying code or vendoring the package.
Desired outcome
Notes
If this would be useful for your team, react to this issue with a thumbs up so we can gauge demand.