Skip to content

Commit

Permalink
dinstinguish test and validate feedback in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Nov 3, 2023
1 parent 67c8714 commit ed02a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ stylelint: clean-dist install
test: clean-dist install
$(call log, "running tests")
@yarn test:ci --verbose
$(call log, "everything seems 👌")
$(call log, "tests all look good 🧑‍🔬")

test-ci: clear clean-dist install
$(call log, "running tests")
Expand Down

0 comments on commit ed02a19

Please sign in to comment.