We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41fc9a commit b9f73a8Copy full SHA for b9f73a8
Makefile
@@ -52,7 +52,7 @@ re: clean all
52
release:
53
bash hack/generate-install-script.sh
54
55
-release-utask-lib:
+release-utask-lib:
56
cd ui/dashboard/projects/utask-lib && npm version $(VERSION) --allow-same-version
57
cd ui/dashboard && npm ci && ng build --prod utask-lib
58
npm publish ui/dashboard/dist/utask-lib --access public
@@ -79,6 +79,7 @@ run-test-stack-docker:
79
80
run-goreleaser:
81
export BINDIR=${GOPATH}/bin; go install github.com/goreleaser/goreleaser@v1.6.3
82
+ rm -rf .cache
83
ifneq (,$(findstring -dev,$(VERSION)))
84
@echo Run Goreleaser in snapshot mod
85
$(call goreleaser,--snapshot)
0 commit comments