chore: add audit step to precommit hooks

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-16 17:09:22 +02:00
parent e5412c29b9
commit 35304a0e28
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -3,4 +3,5 @@
npm run lint || (npm install && npm run lint) npm run lint || (npm install && npm run lint)
npm run test npm run test
npm audit --audit-level=high
npm run build && git add dist/ npm run build && git add dist/