Skip to content

Commit 0b5425f

Browse files
committed
don't run full tests in release, just lint, typecheck
Signed-off-by: phernandez <[email protected]>
1 parent 0bcda4a commit 0b5425f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

justfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ release version:
182182
fi
183183

184184
# Run quality checks
185-
echo "🔍 Running quality checks..."
186-
just check
185+
echo "🔍 Running lint checks..."
186+
just lint
187+
just typecheck
187188

188189
# Update version in __init__.py
189190
echo "📝 Updating version in __init__.py..."

0 commit comments

Comments
 (0)