From 5877b4141095a54584a326c6ba7ac640db20328e Mon Sep 17 00:00:00 2001 From: asmyshlyaev177 Date: Sun, 3 Nov 2024 06:40:25 +0400 Subject: [PATCH] chore: cleanup script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 334e8ff..2c6d6df 100644 --- a/package.json +++ b/package.json @@ -122,8 +122,8 @@ "kill-next": "wireit", "kill-vite": "wireit", "kill": "wireit", - "cleanup": "rm -rf dist", - "reinstall": "rm -rf dist .wireit node_modules packages/example-nextjs14/node_modules packages/example-nextjs14/.next packages/example-react/node_modules && npm install", + "cleanup": "rm -rf dist .wireit node_modules test-results playwright-report coverage-reports nyc_coverage packages/example-nextjs14/node_modules packages/example-nextjs14/.next packages/example-nextjs15/node_modules packages/example-nextjs15/.next packages/example-react/node_modules packages/example-react-router6/node_modules", + "reinstall": "npm run cleanup && npm install", "setup": "playwright install --with-deps", "prepack": "npm run build && cp package.json dist/package.json && npm run build:demo", "prepare": "npx husky"