Skip to content

Commit b8867be

Browse files
committed
Do not install deps in pnpm build for hosted-counter eexample
1 parent c980910 commit b8867be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hosted-counter-metamask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "vite",
1010
"build": "vite build",
1111
"preview": "vite preview",
12-
"ci": "pnpm install --frozen-lockfile && pnpm build"
12+
"ci": "pnpm build"
1313
},
1414
"dependencies": {
1515
"@linera/client": "workspace:*",

0 commit comments

Comments
 (0)