Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
228020139
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
228020139
Commits
59515b52
Unverified
Commit
59515b52
authored
4 years ago
by
litesun
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: skip puppeteer chromium download when build (#808)
parent
6dae80b5
No related branches found
Branches containing commit
Tags
v2.0-rc4
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
59515b52
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment