File tree 2 files changed +5
-2
lines changed
dev-packages/e2e-tests/test-applications
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 18
18
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
19
19
"test:build-latest" : " pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build" ,
20
20
"test:assert" : " playwright test" ,
21
- "clean" : " npx rimraf node_modules, pnpm-lock.yaml, dist"
21
+ "clean" : " npx rimraf node_modules pnpm-lock.yaml dist"
22
22
},
23
23
"devDependencies" : {
24
24
"@ember/optional-features" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 18
18
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
19
19
"test:build-latest" : " pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build" ,
20
20
"test:assert" : " playwright test" ,
21
- "clean" : " npx rimraf node_modules, pnpm-lock.yaml, dist"
21
+ "clean" : " npx rimraf node_modules pnpm-lock.yaml dist"
22
22
},
23
23
"devDependencies" : {
24
24
"@babel/core" : " ^7.24.4" ,
68
68
},
69
69
"volta" : {
70
70
"extends" : " ../../package.json"
71
+ },
72
+ "sentryTest" : {
73
+ "skip" : true
71
74
}
72
75
}
You can’t perform that action at this time.
0 commit comments