From 7d950e2b8de3b0f66c61077474e9d45cdf57dee9 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Thu, 23 Nov 2017 12:21:03 +0100 Subject: [PATCH] feat(from_the_sources): yarn build is now necessary (#113) --- 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 156b290e3..79274c163 100644 --- a/docs/from_the_sources.md +++ b/docs/from_the_sources.md @@ -56,6 +56,7 @@ Once you have it, use `yarn`, as the non-root user owning the fetched code, to i ``` $ yarn +$ yarn build ``` Then, you have to create a config file for `xo-server`: @@ -89,6 +90,7 @@ First, we'll also install dependencies: ``` $ yarn +$ yarn build ``` ## Running XO