Skip to content

Commit caa7c61

Browse files
peruukkiredhatHameed
authored andcommitted
chore: Add format-ui Makefile target
This was requested in #5149. Signed-off-by: Harri Lehtola <peruukki@hotmail.com>
1 parent 717d9e4 commit caa7c61

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,13 @@ build-helm-docs:
620620
cd ${ROOT_DIR}/infra/charts/feast-feature-server; helm-docs
621621

622622
# Web UI
623+
# Note: these require node and yarn to be installed
623624

624-
# Note: requires node and yarn to be installed
625625
build-ui:
626626
cd $(ROOT_DIR)/sdk/python/feast/ui && yarn upgrade @feast-dev/feast-ui --latest && yarn install && npm run build --omit=dev
627627

628+
format-ui:
629+
cd $(ROOT_DIR)/ui && NPM_TOKEN= yarn install && NPM_TOKEN= yarn format
628630

629631

630632
# Go SDK & embedded

0 commit comments

Comments
 (0)