Skip to content

Commit 7e86ffb

Browse files
authored
Merge branch 'develop' into cg/react-router-v7
2 parents d6647d8 + 3aafb40 commit 7e86ffb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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: 4 additions & 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",
@@ -68,5 +68,8 @@
6868
},
6969
"volta": {
7070
"extends": "../../package.json"
71+
},
72+
"sentryTest": {
73+
"skip": true
7174
}
7275
}

0 commit comments

Comments
 (0)