comparison tasks.py @ 90:6077fdc9ed44

inv release
author drewp@bigasterisk.com
date Wed, 12 Jan 2022 16:54:15 -0800
parents f357cd36c26e
children 8db5ba7e12b9
comparison
equal deleted inserted replaced
89:4d19a94906d2 90:6077fdc9ed44
22 ctx.run(f'pnpm run test', pty=True) 22 ctx.run(f'pnpm run test', pty=True)
23 23
24 @task(pre=[setup_js]) 24 @task(pre=[setup_js])
25 def test_forever(ctx): 25 def test_forever(ctx):
26 ctx.run(f'pnpm run test_forever', pty=True) 26 ctx.run(f'pnpm run test_forever', pty=True)
27
28 @task
29 def release(ctx):
30 ctx.run(f'pnpm publish --registry https://bigasterisk.com/js', pty=True)