fullstackbelgium / fullstackbelgium.be

The source code of the Full Stack Belgium website
https://fullstackbelgium.be
MIT License
18 stars 4 forks source link

Switch to NPM for package management #32

Closed driesvints closed 5 years ago

driesvints commented 5 years ago

If it's ok with you @riasvdv I'd like to switch to NPM for managing front-end dependencies. I've stopped using Yarn for all other projects and think this is the only one left. I accidentally used NPM the last time I did an update 🤭 (but without any consequences luckily).

Think the only thing we need to do is do a one time install to have a package-lock.json file and remove the yarn.lock file. Also update the deploy script.

riasvdv commented 5 years ago

I have no real preference, added a package-lock.json and changed the deploy script to use npm ci