We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dae80b commit 59515b5Copy full SHA for 59515b5
Makefile
@@ -33,7 +33,7 @@ help:
33
### build: Build Apache APISIX Dashboard, it contains web and manager-api
34
.PHONY: build
35
build: web-default api-default
36
- api/build.sh && cd ./web && yarn install && yarn build && mkdir -p ../output/logs
+ api/build.sh && cd ./web && export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && yarn install && yarn build && mkdir -p ../output/logs
37
38
39
.PHONY: web-default
0 commit comments