mirror of
https://ghproxy.net/https://github.com/aspirepress/aspireupdate-translations.git
synced 2025-10-04 22:20:52 +08:00
add composer command for git add/push
because I have to look up each time
This commit is contained in:
parent
418ac78607
commit
8eb7cbabf9
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
"scripts": {
|
||||
"make-language-packs": [
|
||||
"php ./vendor/autoload.php"
|
||||
],
|
||||
"git-add-push": [
|
||||
"git add --all && git push -u origin main"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue