mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
use npx in case node_modules/.bin isn't in the path
This commit is contained in:
parent
7192f4fea3
commit
98ea848151
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ docs-check = [
|
||||||
{script = "tasks:output_file('sitemap.xml')"},
|
{script = "tasks:output_file('sitemap.xml')"},
|
||||||
{script = "tasks:generate_pa11y_config_from_sitemap"},
|
{script = "tasks:generate_pa11y_config_from_sitemap"},
|
||||||
{script = "tasks:output_file('config.json')"},
|
{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'])"},
|
{script = "tasks:delete_files(['sitemap.xml', 'config.json'])"},
|
||||||
]
|
]
|
||||||
docs-run = [
|
docs-run = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue