ci: use yarn audit [skip release]

This commit is contained in:
Clark Du 2018-12-20 14:52:40 +00:00
parent 6a4808f576
commit 2f1c87994e

View File

@ -64,7 +64,7 @@ jobs:
at: ~/project at: ~/project
- run: - run:
name: Security Audit name: Security Audit
command: npm install --package-lock-only && npm audit --audit-level=moderate command: yarn audit
build: build:
<<: *defaults <<: *defaults