tech(build): replace npm with yarn (#7108)

* tech(build): replace npm with yarn

* tech(build): change node version for CI
This commit is contained in:
Carl Bergquist
2017-01-06 07:28:43 +01:00
committed by Torkel Ödegaard
parent 7433e8c58f
commit e61d049623
7 changed files with 5090 additions and 7 deletions
+2 -1
View File
@@ -114,7 +114,8 @@ To build less to css for the frontend you will need a recent version of **node (
npm (v2.5.0) and grunt (v0.4.5). Run the following:
```bash
npm install
npm install -g yarn
yarn install
npm run build
```