Skip to content

Commit

Permalink
let's test
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Aug 21, 2023
1 parent da7426c commit 5ad9fd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ preview-report.csv:
@echo "Running with preview URL: $(PREVIEW_URL)"
bundle exec ruby ./main.rb $(PRODUCTION_URL) $(PREVIEW_URL) preview-report.csv false

clean: clean-cache
clean:
@rm -rf cache
@rm -f links_data.json
@rm -f report.csv preview-report.csv pr-summary.csv baseline-unresolved.csv
@echo "Clean complete!"

Expand Down

0 comments on commit 5ad9fd5

Please sign in to comment.