mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 13:17:10 +00:00
Forgot an argument in npx call
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user