Skip to content

Commit e7d31df

Browse files
committed
trying vercel deployment with pnpm
1 parent 23baa8c commit e7d31df

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.vscode/tasks.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "build",
6+
"type": "shell",
7+
"command": "pnpm build",
8+
"problemMatcher": [],
9+
"group": {
10+
"kind": "build",
11+
"isDefault": true
12+
},
13+
"presentation": {
14+
"reveal": "always",
15+
"panel": "shared"
16+
}
17+
}
18+
]
19+
}

demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/node": "^6.0.0",
1515
"@astrojs/vercel": "^4.0.2",
16-
"astro": "^3.0.5",
17-
"astro-decap-cms-oauth": "workspace:*"
16+
"astro-decap-cms-oauth": "workspace:*",
17+
"astro": "^3.0.5"
1818
}
1919
}

0 commit comments

Comments
 (0)