mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname $0)/_/husky.sh"
|
||
|
|
||
|
npm run format
|
||
|
git add .
|