chore(nx): disable cache for rebuild-deps

This commit is contained in:
Elian Doran 2025-07-08 20:54:14 +03:00
parent d45ff6cca5
commit decb0c702d
No known key found for this signature in database

View File

@ -128,7 +128,7 @@
"build"
],
"defaultConfiguration": "default",
"cache": true,
"cache": false,
"configurations": {
"default": {
"command": "cross-env DEBUG=* tsx scripts/electron-rebuild.mts {projectRoot}/dist"