Skip to content

Commit

Permalink
docs: Add make target/doc to update console in demo sandbox (flyteorg…
Browse files Browse the repository at this point in the history
…#5100)

Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness authored and yubofredwang committed Mar 26, 2024
1 parent 61c439e commit c03bf16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ go-tidy:
lint-helm-charts:
# This pressuposes that you have act installed
act pull_request -W .github/workflows/validate-helm-charts.yaml --container-architecture linux/amd64 -e charts/event.json

.PHONY: clean
clean: ## Remove the HTML files related to the Flyteconsole.
rm -rf cmd/single/dist
1 change: 1 addition & 0 deletions docs/community/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ that integrates all Flyte components into a single binary.
# Step2: Build a single binary that bundles all the Flyte components.
# The version of each component/library used to build the single binary are defined in `go.mod`.
sudo apt-get -y install jq # You may need to install jq
make clean # (Optional) Run this only if you want to run the newest version of flyteconsole
go mod tidy
make compile
Expand Down

0 comments on commit c03bf16

Please sign in to comment.