Skip to content

Commit b783b50

Browse files
committed
Make "npm run clean" remove Playwright files
1 parent 0b31ce7 commit b783b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build-server": "cd server && npm run build",
2727
"build-client": "cd client && npm run build",
2828
"build-cli": "cd cli && npm run build",
29-
"clean": "rimraf ./node_modules ./client/node_modules ./cli/node_modules ./build ./client/dist ./server/build ./cli/build ./package-lock.json && npm install",
29+
"clean": "rimraf ./node_modules ./client/node_modules ./cli/node_modules ./build ./client/dist ./server/build ./cli/build ./package-lock.json client/playwright-report client/results.json client/test-results && npm install",
3030
"dev": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev\"",
3131
"dev:windows": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev:windows\"",
3232
"start": "node client/bin/start.js",

0 commit comments

Comments
 (0)