lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
150 stars 17 forks source link

Change debug and release npm install to npm ci #105

Closed ssc9309 closed 1 year ago

ssc9309 commented 1 year ago

Stay sane by using package lock.

I can do this one myself if you give me perms.

ssc9309 commented 1 year ago

problem locations https://github.com/lulzsun/RePlays/blob/main/RePlays.csproj#L80 https://github.com/lulzsun/RePlays/blob/main/RePlays.csproj#L93

lulzsun commented 1 year ago

I see, it would make more sense to use npm ci. Either that or lock dependencies in package.json. But for now I will change them to npm ci. Thanks for pointing this out.

lulzsun commented 1 year ago

If you want to make changes yourself next time, I would recommend creating a fork and doing a pull request. But since this change is minor I can do it to save you the troubles.