Skip to content

Commit 7750db9

Browse files
committed
fix
1 parent 06a98b7 commit 7750db9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"deploy": {
33
"framework": "nuxt",
4-
"install": "pnpm install",
5-
"build": "pnpm build"
4+
"install": "deno run -A npm:pnpm@11.8.0 install",
5+
"build": "deno run -A npm:pnpm@11.8.0 build"
66
}
77
}

0 commit comments

Comments
 (0)