savvato-software / dtim-mobile

The application we use to interact with people during a tech interview meeting.
1 stars 3 forks source link

Add package-lock.json to .gitignore #16

Closed haxwell closed 4 years ago

haxwell commented 4 years ago

So ensure that changes to the file do not make it appear in the git status list.

braydenc303 commented 4 years ago

After reading this post perhaps we should instead leave the package-lock.json, but switch our install process to use npm ci instead.

haxwell commented 4 years ago

Yeah, that explanation seems pretty on-point. I didn't even know about the npm ci command.

Okay, well let's scrap this issue, and explore using the advice from the stackoverflow post that you linked to.