• 
      

    Set up the .djblets symlink before running `npm install`.

    Review Request #12859 — Created March 1, 2023 and submitted

    Information

    Review Board
    release-6.x

    Reviewers

    We now set up a .djblets symlink in order to have easy access to
    Djblets's package.json for dependency management. Unfortunately, we
    were setting this up after calling npm install, meaning we weren't
    installing any of those dependencies.

    This change moves that logic to set up .djblets before we install
    those dependencies.

    Removed .djblets and node_modules and re-ran setup.py develop.
    Checked node_modules for all the required dependencies.

    Summary ID
    Set up the .djblets symlink before running `npm install`.
    We now set up a `.djblets` symlink in order to have easy access to Djblets's `package.json` for dependency management. Unfortunately, we were setting this up *after* calling `npm install`, meaning we weren't installing any of those dependencies. This change moves that logic to set up `.djblets` before we install those dependencies.
    355561ad9e08293eacf9a72b8f64aad1b2864ed4
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-6.x (ee04688)