Commit 021c1eb
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
0 commit comments