Fix brace-expansion lock so npm 10 can build on beta deploy
Unit Tests / test (pull_request) Successful in 10s

Deploy hosts use Node 22 / npm 10, which followed broken package-lock links to empty phantom paths and failed with Cannot find module brace-expansion. Point overrides at the vendored shim and declare it as a direct dependency so npm ci resolves correctly.
This commit is contained in:
2026-07-30 13:04:17 -05:00
parent 44f412fffa
commit 587fe0a858
2 changed files with 23 additions and 37 deletions
+1
View File
@@ -23,6 +23,7 @@
"axios": "^1.13.2",
"babel-loader": "^9.2.1",
"bootstrap": "^5.3.3",
"brace-expansion": "file:vendor/brace-expansion-compat",
"chroma-js": "^3.1.2",
"formik": "^2.4.6",
"jwt-decode": "^4.0.0",