Skip to content

Commit

Permalink
fix: release (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopavezi authored Dec 2, 2024
1 parent 1cddb53 commit 6b7ef10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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", "test"]
"cacheableOperations": ["^build", "test"]
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"minimist": "^0.2.4",
"semver": "^7.5.4",
"json-schema": "^0.4.0",
"json5": "^2.2.1"
"json5": "^2.2.1",
"string-width": "4.2.3"
},
"resolutionsDocs": {
"underscore": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/14",
Expand Down

0 comments on commit 6b7ef10

Please sign in to comment.