build: auto-push patch file changes (#26235)

* build: auto-push patch file changes

* chore: change patch for testing purposes

* build: remove stray log

* build: push as electron bot

* build: suppress all output of the push-patch script

* chore: fix linting
This commit is contained in:
Samuel Attard
2020-10-29 11:21:23 -07:00
committed by GitHub
parent 914aed6495
commit 07ee75b745
5 changed files with 187 additions and 9 deletions

View File

@@ -2,7 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true
"noEmit": true,
"skipLibCheck": true
},
"include": [
"script"