diff tasks.py @ 108:5e6840229a05

rewrite freeStatements rendering to put more planning in layout
author drewp@bigasterisk.com
date Fri, 18 Mar 2022 11:57:38 -0700
parents 8db5ba7e12b9
children 9a57f8c556d2
line wrap: on
line diff
--- a/tasks.py	Sun Mar 13 22:02:30 2022 -0700
+++ b/tasks.py	Fri Mar 18 11:57:38 2022 -0700
@@ -29,3 +29,7 @@
 @task
 def release(ctx):
     ctx.run(f'pnpm publish --registry https://bigasterisk.com/js', pty=True)
+
+@task
+def dev(ctx):
+    ctx.run('pnpm dev')
\ No newline at end of file