fix(ci): don't to do npm audit

This commit is contained in:
Denis Gukov 2022-06-23 17:24:29 +05:00
parent 261719137a
commit a91241d965

View File

@ -37,14 +37,14 @@ tasks:
dir: web2
cmds:
- npm install
- npm audit fix
# - npm audit fix
deps:integration:
desc: Installs requirements for integration testing with dredd
dir: web2
cmds:
- npm install dredd@13.1.2
- npm audit fix
# - npm audit fix
deps:tools:
desc: Installs tools needed