diff tasks.py @ 135:a6490559ce73

WIP trying to make a usable release module
author drewp@bigasterisk.com
date Sat, 06 May 2023 14:16:01 -0700
parents 8a30f1c9a702
children 845ba03729f9
line wrap: on
line diff
--- a/tasks.py	Sat May 06 14:11:03 2023 -0700
+++ b/tasks.py	Sat May 06 14:16:01 2023 -0700
@@ -43,7 +43,7 @@
     v = ctx.run('pnpm version minor').stdout.strip()
     ctx.run(f'hg commit --message "release {v}"')
     build(ctx)
-    install_to_bigasterisk_lib(ctx, 'streamed-graph.js',
+    install_to_bigasterisk_lib(ctx, 'streamed-graph.*',
                                f'lib/streamed-graph/{v}/')
     # this fails with ENEEDAUTH:
     #ctx.run(f'pnpm publish --registry https://bigasterisk.com/js', pty=True)