Move npm to yarn

This commit is contained in:
Jaynti Kanani
2017-06-11 12:07:17 +05:30
parent 7b9c1429d9
commit 28b2a0c881
4 changed files with 6445 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
npm run coverage && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
yarn run coverage && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js