Skip to content

Commit 021c1eb

Browse files
shivam2680jiabin-hu
authored andcommitted
fix: change .npmrc package-lock from false to true (#355)
The `package-lock=false` setting prevents npm from updating package-lock.json during local development, causing drift between what developers test locally and what `npm ci` installs in CI. This contradicts the committed lockfile and weakens the supply chain protection that `npm ci` provides. Co-authored-by: Isaac Signed-off-by: Jiabin Hu <jiabin.hu@databricks.com>
1 parent fb7e0c0 commit 021c1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package-lock=false
1+
package-lock=true

0 commit comments

Comments
 (0)