FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

install UI deps as part of main install · devhttps/frontend@47e11ac · GitHub

Commit 47e11ac

Browse files
committed
install UI deps as part of main install
1 parent 71f092f commit 47e11ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎makefile‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ list: # PRIVATE
1818
# Install all 3rd party dependencies.
1919
install: check-node check-yarn
2020
@yarn install -s
21+
@make ui-install
2122

2223
# Remove all 3rd party dependencies.
2324
uninstall: # PRIVATE
@@ -135,3 +136,6 @@ ui-compile:
135136

136137
ui-watch:
137138
@cd ui && yarn watch -s
139+
140+
ui-install:
141+
@cd ui && yarn install -s

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL