Move to yarn

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-04-10 17:30:18 +02:00
parent da2a0593ca
commit 166979a297
9 changed files with 42 additions and 365 deletions

View File

@@ -77,12 +77,12 @@ cd js/
and install the Javascript dependencies
```bash
npm install
yarn install
```
Finally, build the front-end with
```bash
npm run build
yarn run build
```
### Testing