️ Set git commands to be quiet for performance

This commit is contained in:
trickypr 2022-01-23 20:27:05 +11:00
parent 3eb16db40c
commit 23643abe13

View file

@ -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