mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
tslint electron.d.ts
This commit is contained in:
@@ -153,6 +153,7 @@ def create_typescript_definitions():
|
||||
outfile = os.path.relpath(os.path.join(DIST_DIR, 'electron.d.ts'))
|
||||
execute(['electron-typescript-definitions', '--in={0}'.format(infile),
|
||||
'--out={0}'.format(outfile)], env=env)
|
||||
execute(['tslint', outfile], env=env)
|
||||
|
||||
def strip_binaries():
|
||||
for binary in TARGET_BINARIES[PLATFORM]:
|
||||
|
||||
Reference in New Issue
Block a user