From 6b7ef1073a5c44624ba0c253d15299bfa29ced22 Mon Sep 17 00:00:00 2001 From: Rodrigo Serviuc Pavezi Date: Mon, 2 Dec 2024 09:11:00 -0300 Subject: [PATCH] fix: release (#1498) --- nx.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nx.json b/nx.json index a6fb29201..8924e3f60 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 0745da420..186a205aa 100644 --- a/package.json +++ b/package.json @@ -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",