tslint electron.d.ts

This commit is contained in:
Zeke Sikelianos 2017-05-02 16:31:46 -07:00
parent c2230ca76a
commit 7956d63e99
2 changed files with 2 additions and 1 deletions

View file

@ -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]: