From 7a97289867dee3965b1a258bb652ec1adabe9dff Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 14 Oct 2025 17:21:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20restore=20script=20to=20be?= =?UTF-8?q?=20reliable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44d516ec4..4c1d45ad2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "push-locales": "dotenv -e .env -- tolgee push", "create-new-block": "cd packages/forge/cli && bun start", "check-unused-dependencies": "bun packages/scripts/src/checkDependencies.ts", - "restore": "echo 'Cleaning...' && bunx rimraf node_modules **/node_modules **/dist **/.next .turbo **/.turbo" + "restore": "echo 'Cleaning...' && bunx rimraf --glob '**/{node_modules,dist,.next,.turbo}'" }, "devDependencies": { "@biomejs/biome": "^2.2.5",