Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Apr 21, 2024
1 parent bd9f3fd commit da06abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ social-preview-demo: $(STU_BIN)
screenshot: $(STU_BIN)
go run $(IMGGEN_DIR)/*.go generate -tape $(IMGGEN_DIR)/tape/screenshot.tape -out $(OUTPUT_DIR)/screenshot

.PHONY: test
vrt:
.PHONY: vrt
vrt: screenshot
go run $(IMGDIFF_DIR)/*.go test -base ./img -target $(OUTPUT_DIR)/screenshot -out $(OUTPUT_DIR)/diff

.PHONY: clean
Expand Down

0 comments on commit da06abf

Please sign in to comment.