chore(husky.pre-commit): add format script

Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
hansputera
2022-03-06 13:41:48 +07:00
parent f8f10b14e3
commit 6b411a2a3f

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
yarn lint
npm run lint npm run lint
npm run format