Skip to content

Commit 6a1ea1b

Browse files
committed
chore: fix make build syntax for internal build whl
1 parent bb2e7d7 commit 6a1ea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ coverage-html:
2626
pr: lint test security-baseline complexity-baseline
2727

2828
build: pr
29-
poetry run build
29+
poetry build
3030

3131
build-docs:
3232
@$(MAKE) build-docs-website

0 commit comments

Comments
 (0)