Skip to content

Commit

Permalink
Fixes swagger build and adds swagger build check in CI
Browse files Browse the repository at this point in the history
Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed Feb 1, 2024
1 parent d7fdd15 commit 9cc7454
Show file tree
Hide file tree
Showing 5 changed files with 13,402 additions and 16,126 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ ui-build: ## generate the UI binary
@echo "----------------------------"
cd ui && npm clean-install && CI=true npm run build

.PHONY: swagger-build
swagger-build: ## generate the UI binary
@echo "----------------------------"
@echo "-- Running Swagger Build... --"
@echo "----------------------------"
cd swagger && npm install --legacy-peer-deps && CI=true npm run build

.PHONY: yaml-lint
yaml-lint: ## run YAML Lint
@echo "----------------------------"
Expand Down
Loading

0 comments on commit 9cc7454

Please sign in to comment.