feat(from_the_sources): yarn build is now necessary (#113)
This commit is contained in:
parent
2d18ff6561
commit
7d950e2b8d
@ -56,6 +56,7 @@ Once you have it, use `yarn`, as the non-root user owning the fetched code, to i
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ yarn
|
$ yarn
|
||||||
|
$ yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, you have to create a config file for `xo-server`:
|
Then, you have to create a config file for `xo-server`:
|
||||||
@ -89,6 +90,7 @@ First, we'll also install dependencies:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ yarn
|
$ yarn
|
||||||
|
$ yarn build
|
||||||
```
|
```
|
||||||
## Running XO
|
## Running XO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user