Skip to content

Commit a988fe8

Browse files
committed
Use pnpm for web deployment
1 parent 3b5842e commit a988fe8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deno.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"deploy": {
3-
"framework": "nuxt"
3+
"framework": "nuxt",
4+
"install": "pnpm install",
5+
"build": "pnpm build"
46
}
57
}

0 commit comments

Comments
 (0)