File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2121 "@playwright/test" : " ~1.50.0" ,
2222 "@sentry-internal/test-utils" : " link:../../../test-utils"
2323 },
24- "overrides" : {
25- "nitropack" : " ~2.9.7" ,
26- "ofetch" : " ^1.4.0"
24+ "pnpm" : {
25+ "overrides" : {
26+ "nitropack" : " ~2.9.7" ,
27+ "ofetch" : " ^1.4.0"
28+ }
2729 }
2830}
Original file line number Diff line number Diff line change 1212 "clean" : " npx nuxi cleanup" ,
1313 "test" : " playwright test" ,
1414 "test:build" : " pnpm install && pnpm build" ,
15- "test:build-canary" : " pnpm install && pnpm rm nuxt && pnpm add nuxt@npm:nuxt-nightly@latest && pnpm build" ,
15+ "test:build-canary" : " rm -f pnpm-lock.yaml && pnpm rm nuxt && pnpm add nuxt@npm:nuxt-nightly@latest && pnpm install && pnpm build" ,
1616 "test:assert" : " pnpm test"
1717 },
1818 "dependencies" : {
You can’t perform that action at this time.
0 commit comments