First run web_build then install

This commit is contained in:
Fabio Manganiello 2020-06-10 12:16:43 +02:00
parent 7441c35566
commit bfdc9d7d46
1 changed files with 1 additions and 1 deletions

View File

@ -62,8 +62,8 @@ class WebBuildCommand(distutils.cmd.Command):
class InstallCommand(install):
def run(self):
install.run(self)
self.run_command('web_build')
install.run(self)
def path(fname=''):