Skip to content

Commit

Permalink
chore(sage-monorepo): disable Nx remote cache (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Aug 27, 2024
1 parent d3edceb commit f1722fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"canTrackAnalytics": false,
"showUsageWarnings": true,
Expand Down Expand Up @@ -118,5 +119,6 @@
]
},
"useInferencePlugins": false,
"defaultBase": "main"
"defaultBase": "main",
"packageManager": "pnpm"
}

0 comments on commit f1722fe

Please sign in to comment.