We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b92209 commit ee6697fCopy full SHA for ee6697f
Makefile
@@ -61,7 +61,9 @@ build:
61
@uv sync
62
@uv build
63
64
-pipeline: format clean test cover typeguard test-example test-example-parallel
+pipeline-local: format clean test cover typeguard test-example test-example-parallel
65
+
66
+pipeline: format test cover typeguard test-example test-example-parallel
67
68
publish: pipeline build
69
@echo "Publishing plugin..."
0 commit comments