mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 18:34:12 +03:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname $0)/_/husky.sh"
|
||
|
|
||
|
git stash -q --keep-index
|
||
|
npm run format
|
||
|
git add .
|
||
|
git stash pop -q
|