Skip to content

Commit

Permalink
Update ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Nov 20, 2023
1 parent a031c96 commit 40b625e
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Default target executed when no arguments are given to make.
all: help

build_ui:
cd ../frontend && yarn build && cp -r dist ../backend/ui

######################
# TESTING AND COVERAGE
######################
Expand Down
Loading

0 comments on commit 40b625e

Please sign in to comment.