diff --git a/Taskfile.yml b/Taskfile.yml index f73c439a7..f1b668fe8 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -35,7 +35,8 @@ tasks: dir: web cmds: - npm install - + - npm audit fix + deps:integration: desc: Installs requirements for integration testing with dredd dir: web