Skip to content

Commit 6df0fc1

Browse files
committed
fix clean command
1 parent 14a42d0 commit 6df0fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/ember-classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:build": "pnpm install && npx playwright install && pnpm build",
1919
"test:build-latest": "pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build",
2020
"test:assert": "playwright test",
21-
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist"
21+
"clean": "npx rimraf node_modules pnpm-lock.yaml dist"
2222
},
2323
"devDependencies": {
2424
"@ember/optional-features": "^2.0.0",

dev-packages/e2e-tests/test-applications/ember-embroider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:build": "pnpm install && npx playwright install && pnpm build",
1919
"test:build-latest": "pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build",
2020
"test:assert": "playwright test",
21-
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist"
21+
"clean": "npx rimraf node_modules pnpm-lock.yaml dist"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.24.4",

0 commit comments

Comments
 (0)