Skip to content
Snippets Groups Projects
Unverified Commit 59515b52 authored by litesun's avatar litesun Committed by GitHub
Browse files

feat: skip puppeteer chromium download when build (#808)

parent 6dae80b5
No related branches found
Tags v2.0-rc4
No related merge requests found
......@@ -33,7 +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 && export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && yarn install && yarn build && mkdir -p ../output/logs
.PHONY: web-default
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment