Skip to content

Commit

Permalink
chore: adds playwright folders to clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 18, 2024
1 parent a361256 commit c02dd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"build": "next build",
"clean": "rimraf --glob .next node_modules *.tsbuildinfo next-env.d.ts .eslintcache",
"clean": "rimraf --glob .next node_modules *.tsbuildinfo next-env.d.ts .eslintcache playwright-report test-results",
"commit": "git-cz",
"dev": "next dev --turbo",
"format": "pnpm format:write",
Expand Down

0 comments on commit c02dd7d

Please sign in to comment.