mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
87920505db
a.k.a. "Install Prettier"
5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname $0)/_/husky.sh"
|
|
|
|
npm run format
|
|
git add -A
|