Skip to content

Commit a4bdb55

Browse files
committed
prune 2
1 parent 5d9c271 commit a4bdb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)