Skip to content

Commit

Permalink
NX: Use legacy cache
Browse files Browse the repository at this point in the history
Due to the following issue nrwl/nx#28806, which we encounter in the GitHub Window Unit Test Job regularly, we have to opt-in to NX's legacy cache mechanism. That will use the file system instead of a file DB for caching.
  • Loading branch information
valentinpalkovic committed Dec 15, 2024
1 parent 0355cd2 commit 12e1e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": "nx/presets/npm.json",
"nxCloudAccessToken": "NGVmYTkxMmItYzY3OS00MjkxLTk1ZDktZDFmYTFmNmVlNGY4fHJlYWQ=",
"defaultBase": "next",
"useLegacyCache": "true",
"parallel": 8,
"plugins": [
{
Expand Down

0 comments on commit 12e1e6a

Please sign in to comment.