just trying to upd dist
This commit is contained in:
parent
f5c60f03b6
commit
242e7cedc0
@ -188,7 +188,7 @@ export class GitCommandManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async push(options?: string[]): Promise<void> {
|
async push(options?: string[]): Promise<void> {
|
||||||
const args = ['push', '--no-verify']
|
const args = ['push', '--no-verify'] //added no verify here
|
||||||
if (options) {
|
if (options) {
|
||||||
args.push(...options)
|
args.push(...options)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user