Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 2b74a11

Browse files
authored
Merge pull request #175 from Financial-Times/pa11y_check
Pa11y check update
2 parents c0e18cc + b56a342 commit 2b74a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ APP_NAME = $(shell cat package.json 2>/dev/null | $(call JSON_GET_VALUE,name))
3535
DONE = echo ✓ $@ done
3636
CONFIG_VARS = curl -fsL https://ft-next-config-vars.herokuapp.com/$1/$(call APP_NAME)$(if $2,.$2,) -H "Authorization: `heroku config:get APIKEY --app ft-next-config-vars`"
3737
IS_USER_FACING = `find . -type d \( -path ./bower_components -o -path ./node_modules \) -prune -o -name '*.html' -print`
38-
MAKEFILE_HAS_A11Y = `grep -rli "make a11y" Makefile`
38+
MAKEFILE_HAS_A11Y = `grep -rli "make a11y\|a11y:" Makefile`
3939

4040
#
4141
# META TASKS

0 commit comments

Comments
 (0)