Skip to content

Commit

Permalink
fix: makefile build error (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxthrj authored Nov 10, 2020
1 parent c140f41 commit 0b623fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ help:
### build: Build Apache APISIX Dashboard, it contains web and manager-api
.PHONY: build
build: web-default api-default
api/build.sh && cd /web && yarn install && yarn build
mkdir -p ./output/logs
api/build.sh && cd ./web && yarn install && yarn build && mkdir -p ../output/logs


.PHONY: web-default
Expand Down

0 comments on commit 0b623fd

Please sign in to comment.