Forgot an argument in npx call

This commit is contained in:
Olivier Meunier
2025-02-11 21:05:48 +01:00
parent f234fe9556
commit 036c5a40bc

View File

@@ -101,7 +101,7 @@ def update_js_dependencies():
]
)
# fmt: on
check_call(["npx", "update-browserslist-db@latest"])
check_call(["npx", "-y", "update-browserslist-db@latest"])
def update_site_config_files():