Skip to content

Commit 5d9c271

Browse files
committed
prune pnpm cache
1 parent 648cfd2 commit 5d9c271

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

0 commit comments

Comments
 (0)