]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tasks: fixdeps - automatically update npm packages
authorVasek Sraier <git@vakabus.cz>
Mon, 24 May 2021 09:07:12 +0000 (11:07 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 8 Apr 2022 14:17:52 +0000 (16:17 +0200)
manager/pyproject.toml

index b41e5c2de194a6b06028fd1d73e6c52423de58a6..02e7aa81e802eff123d15128cda425913d58f30a 100644 (file)
@@ -39,7 +39,7 @@ run-debug = { cmd = "scripts/run-debug", help = "Run the manager under debugger"
 test = { cmd = "pytest --cov=knot_resolver_manager --show-capture=all tests/", help = "Run tests" }
 check = { cmd = "scripts/codecheck", help = "Run static code analysis" }
 format = { shell = "poetry run black knot_resolver_manager/ tests/; isort -rc .", help = "Run code formatter" }
-fixdeps = { shell = "poetry install; npm install", help = "Install/update dependencies according to configuration files"}
+fixdeps = { shell = "poetry install; npm install; npm update", help = "Install/update dependencies according to configuration files"}
 commit = { shell = "scripts/commit", help = "Invoke every single check before commiting" }
 container = { cmd = "scripts/container.py", help = "Manage containers" }
 clean = """