# HG changeset patch # User drewp@bigasterisk.com # Date 1642035255 28800 # Node ID 6077fdc9ed44e68065cfa4981fb899137189dd7d # Parent 4d19a94906d261778cb3c2f8fd7a148558df8a90 inv release diff -r 4d19a94906d2 -r 6077fdc9ed44 tasks.py --- 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)