Skip to content

Commit

Permalink
bump during build
Browse files Browse the repository at this point in the history
bump is a no-op if the version hasn't changed so just run it during build
  • Loading branch information
mroch committed Apr 2, 2020
1 parent 1bb33e8 commit 1eaaa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -24,7 +24,7 @@ test: $(FLOW_BINS)
node test.js

.PHONY: build
build: clean SHASUM256.txt
build: clean bump SHASUM256.txt

.PHONY: push
push: build test
Expand Down

0 comments on commit 1eaaa93

Please sign in to comment.