Skip to content

Commit 9a877fa

Browse files
committed
test
1 parent b16f076 commit 9a877fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs-v2/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"installCommand": "pnpm install --prefix ..",
2+
"installCommand": "pnpm install --frozen-lockfile=false",
33
"buildCommand": "pnpm run vercel-build",
44
"redirects": [
55
{

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"integration",
88
"api"
99
],
10+
"packageManager": "[email protected]",
11+
"engines": {
12+
"pnpm": "9.14.2",
13+
"node": "20.9.0"
14+
},
1015
"homepage": "https://github.com/PipedreamHQ/pipedream#readme",
1116
"bugs": {
1217
"url": "https://github.com/PipedreamHQ/pipedream/issues"

0 commit comments

Comments
 (0)