Skip to content

Commit 3bfa711

Browse files
committed
trying to fix using old nitro version in tests
1 parent 4a29658 commit 3bfa711

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
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
}

dev-packages/e2e-tests/test-applications/nuxt-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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": {

0 commit comments

Comments
 (0)