We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361db66 commit a39ef17Copy full SHA for a39ef17
1 file changed
Makefile
@@ -77,8 +77,7 @@ vhs-dry-run: ## Show what would be built without building
77
78
vhs-strip-metadata: ## Strip metadata from all PNG/GIF images to make them deterministic
79
@echo "$(BLUE)Stripping metadata from images...$(NC)"
80
- @bash docs/screencasts/bin/vhs-strip-metadata.sh
81
- @echo "$(GREEN)Metadata stripped successfully$(NC)"
+ @bash docs/screencasts/bin/vhs-strip-metadata.sh && echo "$(GREEN)Metadata stripped successfully$(NC)"
82
83
vhs-clean: ## Remove generated GIF/PNG files from VHS
84
@bash docs/screencasts/bin/vhs-clean.sh
0 commit comments