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

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

chipx86
Review Board
release-6.x
reviewboard

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
Set up the .djblets symlink before running `npm install`.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (ee04688)
Loading...