Skip to content

Commit fc544a2

Browse files
committed
fix rimraf commands
1 parent ef0641c commit fc544a2

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

dev-packages/e2e-tests/test-applications/angular-17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "playwright test",
1212
"test:build": "pnpm install && npx playwright install && pnpm build",
1313
"test:assert": "playwright test",
14-
"clean": "npx rimraf .angular,node_modules,pnpm-lock.yaml,dist"
14+
"clean": "npx rimraf .angular node_modules pnpm-lock.yaml dist"
1515
},
1616
"private": true,
1717
"dependencies": {

dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"astro": "astro",
88
"build": "astro build",
99
"build:bundle": "astro build",
10-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
10+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1111
"dev": "astro dev",
1212
"preview": "astro preview",
1313
"start": "astro dev",

dev-packages/e2e-tests/test-applications/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "next build",
7-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
7+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
88
"test:prod": "TEST_ENV=prod playwright test",
99
"test:dev": "TEST_ENV=dev playwright test",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",

dev-packages/e2e-tests/test-applications/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "react-scripts build",
2323
"test": "react-scripts test",
2424
"eject": "react-scripts eject",
25-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
25+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
2626
"test:build": "pnpm install && pnpm build",
2727
"test:build-ts3.8": "pnpm install && pnpm add [email protected] && pnpm build",
2828
"test:build-canary": "pnpm install && pnpm add react@canary react-dom@canary && pnpm build",

dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
88
"start": "cross-env NODE_ENV=production node ./server.mjs",
99
"typecheck": "tsc",
10-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
10+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1111
"test:build": "pnpm install && npx playwright install && pnpm build",
1212
"test:assert": "pnpm playwright test"
1313
},

dev-packages/e2e-tests/test-applications/create-remix-app-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
99
"start": "cross-env NODE_ENV=production node ./server.mjs",
1010
"typecheck": "tsc",
11-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
11+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1212
"test:build": "pnpm install && npx playwright install && pnpm build",
1313
"test:assert": "pnpm playwright test"
1414
},

dev-packages/e2e-tests/test-applications/create-remix-app-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "remix dev",
77
"start": "remix-serve build/index.js",
88
"typecheck": "tsc",
9-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
9+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",
1111
"test:assert": "pnpm playwright test"
1212
},

dev-packages/e2e-tests/test-applications/create-remix-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "remix dev",
77
"start": "remix-serve build",
88
"typecheck": "tsc",
9-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
9+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",
1111
"test:assert": "pnpm playwright test"
1212
},

dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "rollup --config rollup.config.mjs",
77
"test": "vitest run",
8-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
8+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
99
"test:build": "pnpm install && pnpm build",
1010
"test:assert": "pnpm test"
1111
},

dev-packages/e2e-tests/test-applications/nextjs-14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)",
7-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
7+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
88
"test:prod": "TEST_ENV=production playwright test",
99
"test:dev": "TEST_ENV=development playwright test",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",

dev-packages/e2e-tests/test-applications/nextjs-app-dir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)",
7-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
7+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
88
"test:prod": "TEST_ENV=production playwright test",
99
"test:dev": "TEST_ENV=development playwright test",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",

dev-packages/e2e-tests/test-applications/node-exports-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc",
88
"start": "pnpm build && bun run ./dist/consistentExports.js",
99
"test": " bun run ./dist/consistentExports.js",
10-
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist",
10+
"clean": "npx rimraf node_modules pnpm-lock.yaml dist",
1111
"test:build": "pnpm install && pnpm build",
1212
"test:assert": "pnpm test"
1313
},

dev-packages/e2e-tests/test-applications/node-express-esm-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"start": "node --import ./src/instrument.mjs src/app.mjs",
7-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
7+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
88
"test:build": "pnpm install",
99
"test:assert": "playwright test"
1010
},

dev-packages/e2e-tests/test-applications/node-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "tsc",
77
"start": "node dist/app.js",
88
"test": "playwright test",
9-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
9+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1010
"test:build": "pnpm install && pnpm build",
1111
"test:assert": "pnpm test"
1212
},

dev-packages/e2e-tests/test-applications/node-hapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "tsc",
77
"start": "node src/app.js",
88
"test": "playwright test",
9-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
9+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1010
"test:build": "pnpm install",
1111
"test:assert": "pnpm test"
1212
},

dev-packages/e2e-tests/test-applications/node-koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"start": "node index.js",
77
"test": "playwright test",
8-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
8+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
99
"test:build": "pnpm install",
1010
"test:assert": "pnpm test"
1111
},

dev-packages/e2e-tests/test-applications/node-nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start:dev": "nest start --watch",
1010
"start:debug": "nest start --debug --watch",
1111
"start:prod": "node dist/main",
12-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
12+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1313
"test": "playwright test",
1414
"test:build": "pnpm install",
1515
"test:assert": "pnpm test"

dev-packages/e2e-tests/test-applications/react-create-hash-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "react-scripts build",
2323
"start": "serve -s build",
2424
"test": "playwright test",
25-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
25+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
2626
"test:build": "pnpm install && npx playwright install && pnpm build",
2727
"test:build-canary": "pnpm install && pnpm add react@canary react-dom@canary && npx playwright install && pnpm build",
2828
"test:assert": "pnpm test"

dev-packages/e2e-tests/test-applications/react-router-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "react-scripts build",
2727
"start": "serve -s build",
2828
"test": "playwright test",
29-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
29+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
3030
"test:build": "pnpm install && npx playwright install && pnpm build",
3131
"test:assert": "pnpm test"
3232
},

dev-packages/e2e-tests/test-applications/react-router-6-use-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "react-scripts build",
2323
"start": "serve -s build",
2424
"test": "playwright test",
25-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
25+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
2626
"test:build": "pnpm install && npx playwright install && pnpm build",
2727
"test:build-ts3.8": "pnpm install && pnpm add [email protected] && npx playwright install && pnpm build",
2828
"test:build-canary": "pnpm install && pnpm add react@canary react-dom@canary && npx playwright install && pnpm build",

dev-packages/e2e-tests/test-applications/standard-frontend-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "react-scripts build",
2323
"start": "serve -s build",
2424
"test": "playwright test",
25-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
25+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
2626
"test:build": "pnpm install && npx playwright install && pnpm build",
2727
"test:build-ts3.8": "pnpm install && pnpm add [email protected] && npx playwright install && pnpm build",
2828
"test:build-canary": "pnpm install && pnpm add react@canary react-dom@canary && npx playwright install && pnpm build",

dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vite build",
88
"preview": "vite preview",
99
"proxy": "node start-event-proxy.mjs",
10-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
10+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1111
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1212
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1313
"test:prod": "TEST_ENV=production playwright test",

dev-packages/e2e-tests/test-applications/sveltekit-2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vite build",
88
"preview": "vite preview",
99
"proxy": "node start-event-proxy.mjs",
10-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
10+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1111
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1212
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1313
"test:prod": "TEST_ENV=production playwright test",

dev-packages/e2e-tests/test-applications/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "vite dev",
77
"build": "vite build",
88
"preview": "vite preview",
9-
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
9+
"clean": "npx rimraf node_modules pnpm-lock.yaml",
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1212
"test:prod": "TEST_ENV=production playwright test",

dev-packages/e2e-tests/test-applications/vue-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist",
7+
"clean": "npx rimraf node_modules pnpm-lock.yaml dist",
88
"dev": "vite",
99
"build": "run-p type-check \"build-only {@}\" --",
1010
"preview": "vite preview",

0 commit comments

Comments
 (0)