mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 09:59:49 +03:00
don't fail on packr
This commit is contained in:
parent
dc5c89795b
commit
0be0299135
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -137,7 +137,7 @@ clean:
|
|||
# client deps
|
||||
rm -rf client/node_modules
|
||||
# packr-generated files
|
||||
which packr && PATH=$(GOPATH)/bin:$(PATH) packr clean
|
||||
PATH=$(GOPATH)/bin:$(PATH) packr clean || true
|
||||
|
||||
docker-multi-arch:
|
||||
DOCKER_CLI_EXPERIMENTAL=enabled \
|
||||
|
|
Loading…
Add table
Reference in a new issue