diff tasks.py @ 42:895ae7c5b0f4

don't pile all the deps in our sharable library. other fixes to make it work as a dep.
author drewp@bigasterisk.com
date Wed, 01 Jan 2020 19:39:57 -0800
parents 29d8ed02a275
children 1264ba9ffb10
line wrap: on
line diff
--- a/tasks.py	Wed Jan 01 12:55:35 2020 -0800
+++ b/tasks.py	Wed Jan 01 19:39:57 2020 -0800
@@ -3,7 +3,7 @@
 
 @task
 def setup_npm(ctx):
-    ctx.run('npm run install')
+    ctx.run('npm install')
 
 @task
 def serve_demo(ctx):