Skip to content

Commit 29403bd

Browse files
chore: sync Justfile
1 parent 709420f commit 29403bd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Justfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,17 @@ test-unit:
4545
test-integration:
4646
uv run pytest -m integration
4747

48-
validate-schemas:
49-
uv run pytest -m schema
50-
5148
# Build & Package
5249
build: sync
5350
uv build
5451

5552
clean-build:
56-
rm -rf dist/ build/ *.egg-info
53+
rm -rf dist/ build/ src/*.egg-info
5754

5855
rebuild: clean-build build
5956

6057
# CI workflow (matches CI steps)
6158
ci: sync type-check lint-check format-check test
6259
@echo "CI checks passed"
60+
61+
import? 'local.just'

0 commit comments

Comments
 (0)