Skip to content

Commit 4a29658

Browse files
committed
install as nuxt and not nuxt-nightly
1 parent d7f3b6e commit 4a29658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/nuxt-3/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-nightly@3x && pnpm build",
15+
"test:build-canary": "pnpm install && pnpm rm nuxt && pnpm add nuxt@npm:nuxt-nightly@3x && pnpm build",
1616
"test:assert": "pnpm test"
1717
},
1818
"dependencies": {

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-nightly@latest && pnpm build",
15+
"test:build-canary": "pnpm install && pnpm rm nuxt && pnpm add nuxt@npm:nuxt-nightly@latest && pnpm build",
1616
"test:assert": "pnpm test"
1717
},
1818
"dependencies": {

0 commit comments

Comments
 (0)