ci: added npm audit

This commit is contained in:
Lam Wei Li 2022-07-23 14:36:29 +08:00
parent e04a4731bc
commit 0a87f2b058
No known key found for this signature in database
GPG Key ID: 90F6ABECF080D7BF

View File

@ -31,4 +31,6 @@ jobs:
- run: npm run build --if-present
- run: npm test
- run: npm run typings
- run: npm audit
env:
NODE_ENV: production