mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
7 lines
75 B
Text
7 lines
75 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname $0)/_/husky.sh"
|
||
|
|
||
|
npm test
|
||
|
npm run format
|
||
|
git add -A
|