mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -2,7 +2,8 @@
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"noEmit": true
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"script"
|
||||
|
||||
Reference in New Issue
Block a user