Skip to content

Commit

Permalink
fix: nx
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed Dec 25, 2023
1 parent 330b304 commit 682caef
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,7 +1,9 @@
{
"tasksRunnerOptions": {
"default": {
"options": {}
"options": {
"cacheableOperations": ["build", "test", "lint"]
}
}
},
"extends": "nx/presets/npm.json",
Expand Down

0 comments on commit 682caef

Please sign in to comment.