mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-11 23:02:56 +01:00
Refactored dev-docs folder after multiple additions to organise correctly
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user