summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-18 22:24:42 +0300
committerYuval Adam <_@yuv.al>2017-10-18 22:24:42 +0300
commitca24e57d8a5708b07bb8e5179e0a9ed7400c836b (patch)
tree547929204e66419efbb904726c9aa65104514e34 /README.md
parent1e1bcf15cd7211210c32dba73da03db64eba495f (diff)
Build for production
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d321ab0..871ec13 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ $ yarn install
and pack all the assets before testing and/or deploying:
```bash
-$ webpack
+$ NODE_ENV=production webpack
```
Make sure you have a stupid `redis-server` running on localhost to enjoy some sane caching.