zone / frontend

Mono repo for Zone's frontend team.

Home Page:https://zonedigital.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to NPM

simmo opened this issue · comments

Package (if applicable)
All

The task
Switch to NPM:

  • Ensure Travis, Lerna and package.json scripts are updated.
  • Use npm ci where applicable.
  • Remove Yarn workspaces
  • Update README
  • Switch yarn.lock > package-lock.json

Additional context
NPM CI appears to be faster that other options available.
When this repo was started Yarn offered a lot more than NPM, now NPM is catching up we should explore.

I think this is going to need a deeper look especially around the removal of Yarn workspaces.

@simmo just wondering why you want to swap yarn with npm ?