From 61f9aa62937dcbe51130090c88eaf031e5e4bee5 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Thu, 23 Nov 2017 14:13:34 +0100 Subject: [PATCH] fix(from_the_sources): add missing `yarn build`s --- docs/from_the_sources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/from_the_sources.md b/docs/from_the_sources.md index 79274c163..bcfb146f0 100644 --- a/docs/from_the_sources.md +++ b/docs/from_the_sources.md @@ -120,6 +120,7 @@ $ git checkout next-release ``` $ git pull --ff-only $ yarn +$ yarn build ``` ## Troubleshooting @@ -128,6 +129,7 @@ If you have problem during the buiding phase in `xo-web` or `xo-server`, follow 1. `rm -rf node_modules` 1. `yarn` +1. `yarn build` ## FreeBSD