Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove and disable package-lock (go-gitea#6969)
* remove and disable package-lock Using exact versions in package.json has the same effect as lockfiles without all the troubles the lockfiles bring (different versions of package manager generating different lockfiles primarily). Ensured we only use exact versions in package.json and stopped generation of new lockfiles via .npmrc which is support by both the npm and yarn package managers. Fixes: go-gitea#6967 * enable save-exact
- Loading branch information