Skip to content
Snippets Groups Projects
Commit a4cbb634 authored by Thomas Roos's avatar Thomas Roos
Browse files

Update setup.py with new build progress

parent b516b8ad
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ from setuptools.command.sdist import sdist
def webpack():
import subprocess
subprocess.check_call(['npm', 'install'])
subprocess.check_call(['./node_modules/.bin/webpack'])
subprocess.check_call(['yarn', 'install'])
subprocess.check_call(['yarn', 'build'])
class Build(build):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment