mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
⚡️ Set git commands to be quiet for performance
This commit is contained in:
parent
3eb16db40c
commit
23643abe13
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ export const init = async (
|
|||
false,
|
||||
logInfo
|
||||
)
|
||||
await dispatch('git', ['add', '-f', '.'], dir as string, false, logInfo)
|
||||
await dispatch('git', ['add', '-f', '-q', '.'], dir as string, false, logInfo)
|
||||
await dispatch(
|
||||
'git',
|
||||
['commit', '-am', `"Firefox ${version}"`],
|
||||
['commit', '-am', '-q', `"Firefox ${version}"`],
|
||||
dir as string,
|
||||
false,
|
||||
logInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue