chore(build): switch to yarn
Move from npm to yarn. This should make build system more robust. To add/remove dependencies we must use yarn as foolow: yarn add __deps__ [--dev] yarn remove __deps_
Loading
Please register or sign in to comment
Move from npm to yarn. This should make build system more robust. To add/remove dependencies we must use yarn as foolow: yarn add __deps__ [--dev] yarn remove __deps_