chore: add lint step

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-16 16:33:32 +02:00
parent 71a21cdc7a
commit 11d153f6b5
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -1,5 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run test || npm install && npm run test
npm run lint || npm install && npm run lint
npm run test
npm run build && git add dist/