Skip to content

Commit 59515b5

Browse files
authored
feat: skip puppeteer chromium download when build (#808)
1 parent 6dae80b commit 59515b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ help:
3333
### build: Build Apache APISIX Dashboard, it contains web and manager-api
3434
.PHONY: build
3535
build: web-default api-default
36-
api/build.sh && cd ./web && yarn install && yarn build && mkdir -p ../output/logs
36+
api/build.sh && cd ./web && export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && yarn install && yarn build && mkdir -p ../output/logs
3737

3838

3939
.PHONY: web-default

0 commit comments

Comments
 (0)