Run audit on CI
This commit is contained in:
parent
acb30c5267
commit
e4cabc1cef
1 changed files with 3 additions and 0 deletions
|
@ -29,3 +29,6 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
command: ./scripts/test.sh
|
command: ./scripts/test.sh
|
||||||
|
run:
|
||||||
|
name: Audit
|
||||||
|
command: npm audit
|
||||||
|
|
Loading…
Reference in a new issue