Mercurial > code > home > repos > homeauto
diff service/wifi/tasks.py @ 1473:4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
Ignore-this: 2b08220ad8d275f4dd242c3aa1a8647a
darcs-hash:713c0960d19658e35685d64dc855ca63e1fde660
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 29 Dec 2019 19:41:48 -0800 |
parents | 32d134dbfb1e |
children | e188fd8351c0 |
line wrap: on
line diff
--- a/service/wifi/tasks.py Sun Dec 22 00:37:31 2019 -0800 +++ b/service/wifi/tasks.py Sun Dec 29 19:41:48 2019 -0800 @@ -36,8 +36,8 @@ @task def build(ctx): - ctx.run(f'yarn webpack-build', pty=True) # --debug --display-error-details + ctx.run(f'npm run webpack-build', pty=True) @task def serve_demo(ctx): - ctx.run('node_modules/.bin/webpack-dev-server --config webpack-dev.config.ts --port 8082 --verbose --color') + ctx.run('npm run webpack-dev-server')