Skip to content

Commit bf27ef1

Browse files
authored
Merge pull request #119 from kazmer97/fix/ci-cd-frontend-lint-checks
Remove UI build from lint commands
2 parents 260bd2c + b5e0212 commit bf27ef1

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)