Adding Prettier in messages
This commit is contained in:
parent
fff45c2f92
commit
1ed10b0cdd
6 changed files with 381 additions and 9 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
(
|
||||
cd messages || exit
|
||||
yarn run precommit
|
||||
)
|
||||
(
|
||||
cd front || exit
|
||||
yarn run precommit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue