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