From 508dea29e061444b7c768440f97c8d0eb3292997 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 28 Apr 2024 18:24:12 +0900 Subject: [PATCH] chore: add missing paths to clean script --- apps/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/package.json b/apps/main/package.json index 570e6e5..4b942fa 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -9,7 +9,7 @@ "build": "vite build", "test:unit": "TZ=UTC jest", "test:e2e": "playwright test", - "clean": "rm -rf .turbo .svelte-kit build node_modules vite.config.ts.timestamp-*", + "clean": "rm -rf .turbo .svelte-kit .vercel test-results build node_modules vite.config.ts.timestamp-*", "lint": "eslint ." }, "devDependencies": {