chore: trial

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-16 16:35:49 +02:00
parent 74545a5d20
commit b5e36da7cd
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

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