moved test to pre-commit

This commit is contained in:
Rick van Lieshout 2022-09-10 11:25:39 +02:00
parent 109e47353f
commit c22687de6d
2 changed files with 1 additions and 2 deletions

View File

@ -2,3 +2,4 @@
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
npm run lint:staged npm run lint:staged
npm run test

View File

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