cicd: revive npm audit

This commit is contained in:
veetaha 2020-03-18 23:15:48 +02:00
parent b376cabe5e
commit e1e41c8b32

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