Refactored dev-docs folder after multiple additions to organise correctly

This commit is contained in:
Richard Osborne
2026-01-07 20:28:40 +01:00
parent beff9f0886
commit 4a1080d547
125 changed files with 18456 additions and 957 deletions

View File

@@ -15,7 +15,7 @@
],
"scripts": {
"clean:cache": "rimraf node_modules/.cache packages/*/node_modules/.cache .eslintcache packages/*/.eslintcache && echo '✓ Webpack/Babel caches cleared'",
"clean:electron": "rimraf ~/Library/Application\\ Support/Electron ~/Library/Application\\ Support/Noodl ~/Library/Application\\ Support/OpenNoodl && echo '✓ Electron caches cleared (macOS)'",
"clean:electron": "node scripts/clean-electron.js",
"clean:all": "npm run clean:cache && npm run clean:electron",
"health:check": "node scripts/health-check.js",
"graph": "npx nx graph",