We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717d9e4 commit caa7c61Copy full SHA for caa7c61
1 file changed
Makefile
@@ -620,11 +620,13 @@ build-helm-docs:
620
cd ${ROOT_DIR}/infra/charts/feast-feature-server; helm-docs
621
622
# Web UI
623
+# Note: these require node and yarn to be installed
624
-# Note: requires node and yarn to be installed
625
build-ui:
626
cd $(ROOT_DIR)/sdk/python/feast/ui && yarn upgrade @feast-dev/feast-ui --latest && yarn install && npm run build --omit=dev
627
628
+format-ui:
629
+ cd $(ROOT_DIR)/ui && NPM_TOKEN= yarn install && NPM_TOKEN= yarn format
630
631
632
# Go SDK & embedded
0 commit comments