Skip to content

Commit

Permalink
fix: fixed @snakecode/models module not found problem. (#48)
Browse files Browse the repository at this point in the history
- removed build command from cacheableOperations.
  • Loading branch information
hwelsters authored Jan 10, 2024
1 parent c0bbb91 commit 9f0d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint"]
"cacheableOperations": ["lint"]
}
}
},
Expand Down

0 comments on commit 9f0d8a0

Please sign in to comment.