We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7ef10 commit eb6dce1Copy full SHA for eb6dce1
nx.json
@@ -3,7 +3,7 @@
3
"default": {
4
"runner": "nx/tasks-runners/default",
5
"options": {
6
- "cacheableOperations": ["^build", "test"]
+ "cacheableOperations": ["build", "test"]
7
}
8
9
},
package.json
@@ -57,8 +57,7 @@
57
"minimist": "^0.2.4",
58
"semver": "^7.5.4",
59
"json-schema": "^0.4.0",
60
- "json5": "^2.2.1",
61
- "string-width": "4.2.3"
+ "json5": "^2.2.1"
62
63
"resolutionsDocs": {
64
"underscore": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/14",
0 commit comments