Seems package-lock.json keeps getting overwritten because some people checked it in and others didn't, leading to GH build action failing when it conflicts with package.json. Since this repo is just a spec, deleting the lockfile and adding it to .gitignore for future PRs not to trip over this...
Seems
package-lock.json
keeps getting overwritten because some people checked it in and others didn't, leading to GH build action failing when it conflicts withpackage.json
. Since this repo is just a spec, deleting the lockfile and adding it to .gitignore for future PRs not to trip over this...