Browse Source

Merge pull request #2500 from ChihweiLHBird/zhiwei/fix-contributing-build-frontend-command

Fix UI Build Command in CONTRIBUTING.md
Matt Ray 2 years ago
parent
commit
d80d63b5ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -42,7 +42,7 @@ Dependencies:
 3. Set [this environment variable](https://github.com/opencost/opencost/blob/develop/kubernetes/opencost.yaml#L155) to the address of your Prometheus server
 
 ### Build the frontend
-1. `cd ui && just build-ui "<repo>/opencost-ui:<tag>"`
+1. `cd ui && just build "<repo>/opencost-ui:<tag>"`
 2. Edit the [pulled image](https://github.com/opencost/opencost/blob/develop/kubernetes/opencost.yaml#L162) in the `kubernetes/opencost.yaml` to `<repo>/opencost-ui:<tag>`
 
 ### Deploy to a cluster