You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All dependencies should be downloaded during npm install or npm ci.
Actual Behavior
Most dependencies are downloaded during npm install or npm ci, except for the media libraries. The media libraries are downloaded during npm run fetch which is part of the dist and distDev build commands.
Steps to Reproduce
Clone this repository
Run npm install or npm ci
Check the static/assets/ directory
Run npm run fetch or npm run dist
Check the static/assets/ directory again
The text was updated successfully, but these errors were encountered:
Expected Behavior
All dependencies should be downloaded during
npm install
ornpm ci
.Actual Behavior
Most dependencies are downloaded during
npm install
ornpm ci
, except for the media libraries. The media libraries are downloaded duringnpm run fetch
which is part of thedist
anddistDev
build commands.Steps to Reproduce
npm install
ornpm ci
static/assets/
directorynpm run fetch
ornpm run dist
static/assets/
directory againThe text was updated successfully, but these errors were encountered: