Skip to content

Commit f5cb341

Browse files
committed
chore(e2e): Remove vue/vue-router workaround from nuxt-4 canary build
The explicit `pnpm add vue vue-router` step was added in #20519 as a temporary workaround for nuxt/nuxt#34888. This has been fixed upstream in nuxt/nuxt#35126.
1 parent a0fb758 commit f5cb341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:prod": "TEST_ENV=production playwright test",
1515
"test:dev": "bash ./nuxt-start-dev-server.bash && TEST_ENV=development playwright test environment",
1616
"test:build": "pnpm install && pnpm build",
17-
"test:build-canary": "pnpm add nuxt@npm:nuxt-nightly@latest && pnpm add nitropack@npm:nitropack-nightly@latest && pnpm add vue vue-router && pnpm install --force && pnpm build",
17+
"test:build-canary": "pnpm add nuxt@npm:nuxt-nightly@latest && pnpm add nitropack@npm:nitropack-nightly@latest && pnpm install --force && pnpm build",
1818
"test:assert": "pnpm test:prod && pnpm test:dev"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)