Skip to content

Commit 6b7ef10

Browse files
fix: release (#1498)
1 parent 1cddb53 commit 6b7ef10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default": {
44
"runner": "nx/tasks-runners/default",
55
"options": {
6-
"cacheableOperations": ["build", "test"]
6+
"cacheableOperations": ["^build", "test"]
77
}
88
}
99
},

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"minimist": "^0.2.4",
5858
"semver": "^7.5.4",
5959
"json-schema": "^0.4.0",
60-
"json5": "^2.2.1"
60+
"json5": "^2.2.1",
61+
"string-width": "4.2.3"
6162
},
6263
"resolutionsDocs": {
6364
"underscore": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/14",

0 commit comments

Comments
 (0)