codeant-ai-for-open-source[bot] commented on PR #37774:
URL: https://github.com/apache/superset/pull/37774#issuecomment-3872288763

   ## **Sequence Diagram**
   
   This PR removes mistakenly added "npm" and "install" devDependencies from 
the @apache-superset/core package and an extension template, and updates the 
lockfile accordingly so CI installs without bundling npm as a project 
dependency.
   
   ```mermaid
   sequenceDiagram
       participant Contributor
       participant Repository
       participant CI
   
       Contributor->>Repository: Modify package.json templates (remove "npm" & 
"install")
       Contributor->>Repository: Update package-lock.json to remove bundled npm 
entries
       Repository->>CI: Push changes / open PR (triggers CI)
       CI->>Repository: Install deps & run build/tests (no project-local npm)
       CI-->>Contributor: Report green -> changes accepted
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
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]

Reply via email to