mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-13 11:22:11 +02:00
refactor(workspace): fold internal packages into cli
This commit is contained in:
parent
8c2333cc15
commit
ac3885b652
945 changed files with 517 additions and 2686 deletions
|
|
@ -24,10 +24,8 @@ describe('standalone KTX CI workflow', () => {
|
|||
'name: Pre-commit checks',
|
||||
'typescript-checks:',
|
||||
'name: TypeScript checks',
|
||||
'slow-context-tests:',
|
||||
'name: Slow context tests',
|
||||
'slow-cli-tests:',
|
||||
'name: Slow CLI tests',
|
||||
'name: Slow TypeScript tests',
|
||||
'cli-smoke-tests:',
|
||||
'name: CLI smoke tests',
|
||||
'python-checks:',
|
||||
|
|
@ -42,7 +40,6 @@ describe('standalone KTX CI workflow', () => {
|
|||
'pnpm install --frozen-lockfile',
|
||||
'pnpm run check',
|
||||
'pnpm run build',
|
||||
'pnpm --filter @ktx/context run test:slow',
|
||||
'pnpm --filter @ktx/cli run test:slow',
|
||||
'pnpm run smoke',
|
||||
'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue