From 0cb0d5ea9bd1f645c873325f37bf0c320a6b36b1 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 3 Apr 2024 22:19:30 -0300 Subject: [PATCH] ci --- .nycrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nycrc.json b/.nycrc.json index e45f813..fa066da 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -2,7 +2,7 @@ "all": true, "reporter": ["text", "nyc-report-lcov-absolute"], "showProcessTree": false, - "clean": true, + "clean": false, "cache": false, "useSpawnWrap": false, "esModules": true,