Skip to content

Commit e93c5de

Browse files
committed
check ui lint and build in ci
1 parent 260bd2c commit e93c5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test:
1515
cd idp_cli && python -m pytest -v
1616

1717
# Run both linting and formatting in one command
18-
lint: ruff-lint format check-arn-partitions ui-lint ui-build
18+
lint: ruff-lint format check-arn-partitions ui-lint
1919

2020
# Run linting checks and fix issues automatically
2121
ruff-lint:

0 commit comments

Comments
 (0)