mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +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: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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue