mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
04f996f1f9
* 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: https://github.com/go-gitea/gitea/issues/6967 * enable save-exact
3 lines
35 B
Plaintext
3 lines
35 B
Plaintext
package-lock=false
|
|
save-exact=true
|