Mercurial > code > home > repos > streamed-graph
diff tasks.py @ 90:6077fdc9ed44
inv release
author | drewp@bigasterisk.com |
---|---|
date | Wed, 12 Jan 2022 16:54:15 -0800 |
parents | f357cd36c26e |
children | 8db5ba7e12b9 |
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)