generate and upload electron.d.ts with each release
This commit is contained in:
parent
a686237d9b
commit
9a10486514
4 changed files with 11 additions and 0 deletions
|
@ -81,6 +81,10 @@ def main():
|
|||
sys.stderr.write('\nRunning `npm run lint`\n')
|
||||
sys.stderr.flush()
|
||||
execute([npm, 'run', 'lint'])
|
||||
|
||||
sys.stderr.write('\nRunning `npm run generate-typescript-definitions`\n')
|
||||
sys.stderr.flush()
|
||||
execute([npm, 'run', 'generate-typescript-definitions'])
|
||||
if is_release:
|
||||
run_script('build.py', ['-c', 'R'])
|
||||
run_script('create-dist.py')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue