michael-s-molina commented on code in PR #31934:
URL: https://github.com/apache/superset/pull/31934#discussion_r2313733876
##########
superset-frontend/package.json:
##########
@@ -82,6 +82,7 @@
"last 3 edge versions"
],
"dependencies": {
+ "@apache-superset/core": "file:packages/superset-core",
Review Comment:
> npm install changes the package-lock.json
@mistercrunch
`npm install` may change the lock file because it installs new or updated
dependencies, keeping the project up to date during development.
`npm ci` never changes the lock file, ensuring that exactly what’s specified
in the lock file is installed for guaranteed consistency, especially in CI
environments.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]