Skip to content

Commit

Permalink
chore: cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 3, 2024
1 parent 4cd8bfb commit 5877b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5877b41

Please sign in to comment.