From 98ea84815126f459483d3ab6556ae3adaff2c141 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sun, 21 Aug 2022 13:22:04 -0700 Subject: [PATCH] use npx in case node_modules/.bin isn't in the path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53029fdf..c0d91650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ docs-check = [ {script = "tasks:output_file('sitemap.xml')"}, {script = "tasks:generate_pa11y_config_from_sitemap"}, {script = "tasks:output_file('config.json')"}, - {cmd = "pa11y-ci -c config.json"}, + {cmd = "npx pa11y-ci -c config.json"}, {script = "tasks:delete_files(['sitemap.xml', 'config.json'])"}, ] docs-run = [