Closed kellytran3k closed 1 year ago
PR for issue: https://github.com/eosnetworkfoundation/mandel-eosjs/issues/12
Removed all references to yarn since as a team we decided to move over to npm. This includes removing the yarn.lock file and updating relevant files that mentions yarn.
yarn
npm
yarn.lock
I utilized npm run test-all to test against the removed dependencies.
npm run test-all
Change
PR for issue: https://github.com/eosnetworkfoundation/mandel-eosjs/issues/12
Removed all references to
yarn
since as a team we decided to move over tonpm
. This includes removing theyarn.lock
file and updating relevant files that mentions yarn.Testing
I utilized
npm run test-all
to test against the removed dependencies.