Merge pull request #7857 from electron/publish-electron.d.ts
Initial scripts to publish electron.d.ts
This commit is contained in:
commit
7d7a2d9319
4 changed files with 14 additions and 0 deletions
|
@ -81,6 +81,7 @@ def main():
|
|||
sys.stderr.write('\nRunning `npm run lint`\n')
|
||||
sys.stderr.flush()
|
||||
execute([npm, 'run', 'lint'])
|
||||
|
||||
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