feat: add self-contained offline development resources
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled

This commit is contained in:
2026-08-12 02:36:09 -04:00
parent 97967041e2
commit ca6fe46030
14 changed files with 1102 additions and 12 deletions

View File

@@ -260,6 +260,12 @@
"ci:real": "node scripts/run-real-verification.mjs",
"ci:real:chrome": "node scripts/run-real-verification.mjs --lane=chrome --phase=execute",
"ci:check:chrome": "node scripts/run-real-verification.mjs --lane=chrome --phase=check",
"offline:inventory": "node scripts/offline-resource-lib.mjs inventory",
"offline:sync": "node scripts/offline-resource-lib.mjs sync",
"offline:check": "node scripts/offline-resource-lib.mjs check",
"offline:restore": "node scripts/offline-resource-lib.mjs restore",
"offline:smoke": "node scripts/offline-resource-lib.mjs smoke",
"test:offline-tools": "node --test tests/offlineResourceLibrary.test.mjs",
"test:browser-matrix": "node scripts/run-browser-matrix.mjs",
"check:browser-matrix": "node scripts/check-browser-matrix.mjs",
"check:runtime": "node scripts/check-runtime.mjs",