just trying to upd dist

This commit is contained in:
dimitris-am 2024-06-11 14:15:28 +03:00
parent f5c60f03b6
commit 242e7cedc0
No known key found for this signature in database
GPG key ID: FD12F6141718ABF3

View file

@ -188,7 +188,7 @@ export class GitCommandManager {
}
async push(options?: string[]): Promise<void> {
const args = ['push', '--no-verify']
const args = ['push', '--no-verify'] //added no verify here
if (options) {
args.push(...options)
}