File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
6868 },
6969 "volta" : {
7070 "extends" : " ../../package.json"
71+ },
72+ "sentryTest" : {
73+ "skip" : true
7174 }
7275}
You can’t perform that action at this time.
0 commit comments