about summary refs log tree commit diff
path: root/bskyweb/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/README.md')
-rw-r--r--bskyweb/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/bskyweb/README.md b/bskyweb/README.md
index 86bc16864..2c381495f 100644
--- a/bskyweb/README.md
+++ b/bskyweb/README.md
@@ -20,8 +20,7 @@ like:
 Then build and copy over the big 'ol `bundle.web.js` file:
 
     # in the top level of this repo
-    yarn webpack build --config ./web/webpack.config.js -d inline-source-map --color
-    cp dist/bundle.web.js bskyweb/static/
+    yarn build-web
 
 ### Golang Daemon