We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648cfd2 commit 5d9c271Copy full SHA for 5d9c271
dev-packages/e2e-tests/test-applications/nuxt-4/package.json
@@ -12,7 +12,7 @@
12
"clean": "npx nuxi cleanup",
13
"test": "playwright test",
14
"test:build": "pnpm install && 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",
+ "test:build-canary": "pnpm store prune && pnpm add nuxt@npm:nuxt-nightly@latest && pnpm install && pnpm build",
16
"test:assert": "pnpm test"
17
},
18
"dependencies": {
0 commit comments