changeset 90:6077fdc9ed44

inv release
author drewp@bigasterisk.com
date Wed, 12 Jan 2022 16:54:15 -0800
parents 4d19a94906d2
children 96084d9ccb26
files tasks.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tasks.py	Wed Jan 12 16:52:10 2022 -0800
+++ b/tasks.py	Wed Jan 12 16:54:15 2022 -0800
@@ -24,3 +24,7 @@
 @task(pre=[setup_js])
 def test_forever(ctx):
     ctx.run(f'pnpm run test_forever', pty=True)
+
+@task
+def release(ctx):
+    ctx.run(f'pnpm publish --registry https://bigasterisk.com/js', pty=True)