note when installing with npm

This commit is contained in:
Min RK
2015-03-14 14:32:23 -06:00
parent 40ae3a5821
commit 5100dd29c2

View File

@@ -165,6 +165,7 @@ class Bower(BaseCommand):
return
if self.should_run_npm():
print("installing build dependencies with npm")
check_call(['npm', 'install'], cwd=here)
os.utime(self.node_modules)