mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
5 lines
44 B
Bash
Executable file
5 lines
44 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
npm run format
|
|
git add -A
|