[ACA-1266] use 'npm ci' for faster installs (#274)

* use 'npm ci' for faster installs

* update readme
This commit is contained in:
Denys Vuika
2018-04-04 14:59:45 +03:00
committed by Cilibiu Bogdan
parent d21d7c5fab
commit 9840e29531
2 changed files with 14 additions and 25 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ services:
- docker
install:
- npm install
- npm install -g npm@latest
- npm ci
script:
- npm run build