chore: use check-style in (#1630)

This commit is contained in:
Piotr Idzik
2024-03-04 23:07:16 +01:00
committed by GitHub
parent f13eec1bbb
commit d8cfdcd800

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
npm run style npm run check-style
npm run test npm run test