| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,7 @@ list: # PRIVATE | |||
| 18 | 18 | # Install all 3rd party dependencies. | |
| 19 | 19 | install: check-node check-yarn | |
| 20 | 20 | @yarn install -s | |
| 21 | + @make ui-install | ||
| 21 | 22 | ||
| 22 | 23 | # Remove all 3rd party dependencies. | |
| 23 | 24 | uninstall: # PRIVATE | |
@@ -135,3 +136,6 @@ ui-compile: | |||
| 135 | 136 | ||
| 136 | 137 | ui-watch: | |
| 137 | 138 | @cd ui && yarn watch -s | |
| 139 | + | ||
| 140 | + ui-install: | ||
| 141 | + @cd ui && yarn install -s | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments