From be0bc4504cf2ff057f4f2d6eb5ca448a88bf0060 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Mon, 10 Jun 2024 11:03:54 -0400 Subject: [PATCH] fix(package.json): add lerna debug log to delete cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a58ffef..a9513022 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prepare": "husky", "preinstall": "npx only-allow pnpm", "commit": "git-cz", - "delete": "rimraf pnpm-lock.yaml .nx node_modules", + "delete": "rimraf pnpm-lock.yaml .nx lerna-debug.log node_modules", "lint:secrets": "npx secretlint **/*", "lint:format": "prettier --write .", "lint:packages": "node ./publint.js",