Skip to content

Commit

Permalink
build: add npm install command to synth file (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and JustinBeckwith committed Sep 12, 2019
1 parent 81f9375 commit 7f711ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
s.copy(templates)

# Node.js specific cleanup
subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'run', 'types'])
subprocess.run(['npm', 'run', 'fix'])

0 comments on commit 7f711ed

Please sign in to comment.