Mercurial > code > home > repos > streamed-graph
diff tasks.py @ 92:8db5ba7e12b9
pnpm install is slow & broken over nfs with a mismatching abspath
author | drewp@bigasterisk.com |
---|---|
date | Wed, 12 Jan 2022 16:53:44 -0800 |
parents | 6077fdc9ed44 |
children | 5e6840229a05 |
line wrap: on
line diff
--- a/tasks.py Wed Jan 12 16:54:31 2022 -0800 +++ b/tasks.py Wed Jan 12 16:53:44 2022 -0800 @@ -3,7 +3,8 @@ @task def setup_js(ctx): - ctx.run('pnpm install') + if 0: # only reasonable on bang,but dash tries to rebuild it + ctx.run('pnpm install --dir=$PWD') @task(pre=[setup_js]) def serve_demo(ctx):