diff --git a/nx.json b/nx.json index 8924e3f60..a6fb29201 100644 --- a/nx.json +++ b/nx.json @@ -3,7 +3,7 @@ "default": { "runner": "nx/tasks-runners/default", "options": { - "cacheableOperations": ["^build", "test"] + "cacheableOperations": ["build", "test"] } } }, diff --git a/package.json b/package.json index 186a205aa..0745da420 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ "minimist": "^0.2.4", "semver": "^7.5.4", "json-schema": "^0.4.0", - "json5": "^2.2.1", - "string-width": "4.2.3" + "json5": "^2.2.1" }, "resolutionsDocs": { "underscore": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/14",