Skip to content

Commit

Permalink
Added prettier check to makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Hansini Karunarathne <[email protected]>
  • Loading branch information
hansinikarunarathne authored Aug 27, 2024
1 parent 19321bb commit b687dcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ IMG ?= kserve/models-web-app
TAG ?= $(shell git describe --tags --always --dirty)
ARCH ?= linux/amd64

# Prettier UI format check.
prettier-check:
npm run format:check --prefix frontend


docker-build:
docker build -t ${IMG}:${TAG} .
Expand Down

0 comments on commit b687dcb

Please sign in to comment.