Testing Husky integration

This commit is contained in:
Oleksii Trekhleb 2021-04-21 17:09:59 +02:00
parent 144b686776
commit f7d07ae66d

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
# Testing Husky.
npm run lint npm run lint
npm run test npm run test