mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npm run pretty-quick
|
||
|
cargo fmt
|
||
|
git add .
|