Skip to content

Commit

Permalink
Build: Fix nx.json to use boolean for legacy cache setting
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Dec 16, 2024
1 parent 302c65c commit 2b8ca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": "nx/presets/npm.json",
"nxCloudAccessToken": "NGVmYTkxMmItYzY3OS00MjkxLTk1ZDktZDFmYTFmNmVlNGY4fHJlYWQ=",
"defaultBase": "next",
"useLegacyCache": "true",
"useLegacyCache": true,
"parallel": 8,
"plugins": [
{
Expand Down

0 comments on commit 2b8ca53

Please sign in to comment.