From 186c98b2abc558ca2fb7f4290bf9a9afaffa992f Mon Sep 17 00:00:00 2001 From: Evan Read Date: Tue, 31 May 2022 08:02:40 +1000 Subject: Fix call to Make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8ef0b7f..2d5dd7de 100644 --- a/Makefile +++ b/Makefile @@ -123,4 +123,4 @@ yamllint-tests: @printf "\n$(INFO)INFO: Running yamllint tests..$(INFO_END)\n" @yamllint .gitlab-ci.yml content/_data -test: setup brew-bundle rspec-test jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests +test: setup brew-bundle rspec-tests jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests -- cgit v1.2.3