Merge pull request #3646 from Veetaha/feature/revive-npm-audit

cicd: revive npm audit
This commit is contained in:
Aleksey Kladov 2020-03-18 23:32:16 +01:00 committed by GitHub
commit 55336722b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,8 +126,8 @@ jobs:
- run: npm ci
working-directory: ./editors/code
# - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
# working-directory: ./editors/code
- run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
working-directory: ./editors/code
- run: npm run lint
working-directory: ./editors/code