Skip to content

Commit

Permalink
Add makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Oct 14, 2023
1 parent df18538 commit 140a326
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# Default target executed when no arguments are given to make.
all: help

build-playground:
cd ./langserve/playground && yarn build

build: build-playground
poetry build

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

0 comments on commit 140a326

Please sign in to comment.