run 'yarn run lint' before each commit
This commit is contained in:
parent
780d9ea1c0
commit
e0d39c6179
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn run lint:fix
|
||||
yarn run lint
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
|
||||
export const show = () => {
|
||||
modal.show();
|
||||
modal.show()
|
||||
}
|
||||
export const hide = () => {
|
||||
modal.hide()
|
||||
|
|
Loading…
Reference in New Issue