Skip to content

Commit b9f73a8

Browse files
authored
fix(releasing): remove cache files from build folder (#336)
Signed-off-by: Romain Beuque <[email protected]>
1 parent c41fc9a commit b9f73a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ re: clean all
5252
release:
5353
bash hack/generate-install-script.sh
5454

55-
release-utask-lib:
55+
release-utask-lib:
5656
cd ui/dashboard/projects/utask-lib && npm version $(VERSION) --allow-same-version
5757
cd ui/dashboard && npm ci && ng build --prod utask-lib
5858
npm publish ui/dashboard/dist/utask-lib --access public
@@ -79,6 +79,7 @@ run-test-stack-docker:
7979

8080
run-goreleaser:
8181
export BINDIR=${GOPATH}/bin; go install github.com/goreleaser/[email protected]
82+
rm -rf .cache
8283
ifneq (,$(findstring -dev,$(VERSION)))
8384
@echo Run Goreleaser in snapshot mod
8485
$(call goreleaser,--snapshot)

0 commit comments

Comments
 (0)