Skip to content

Commit c704641

Browse files
committed
chore: generate release (74296f9efec7d8863b2ef7993c728a67556ce76d)
Signed-off-by: Manfred Touron <[email protected]>
1 parent 62bdb6d commit c704641

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ GIT_TAG ?= $(GIT_BRANCH)$(TAG_SUFFIX)
66

77
.PHONY: generate
88
generate: clone
9+
cd clone && git fetch origin
910
cd clone && git checkout "$(WEBUI_REF)"
1011
cd clone && npm install
1112
cd clone && SKIP_PREFLIGHT_CHECK=true npm run build
@@ -43,7 +44,7 @@ _release:
4344
re: clean generate
4445

4546
clone:
46-
git clone --single-branch --branch "$(WEBUI_REF)" https://github.com/ipfs-shipyard/ipfs-webui clone
47+
git clone --single-branch https://github.com/ipfs-shipyard/ipfs-webui clone
4748

4849
.PHONY: clean
4950
clean:

pkged.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)