Skip to content

Commit f377633

Browse files
committed
Go back to classic yarn
1 parent 368fd3b commit f377633

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

typescript/postgres-lambda/.yarnrc.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

typescript/postgres-lambda/package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"name": "postgres-lambda",
33
"version": "0.1.0",
44
"private": true,
5-
"workspaces": [
6-
".",
7-
"lambda/*"
8-
],
5+
"workspaces": {
6+
"packages": [
7+
"lambda/*"
8+
],
9+
"nohoist": [
10+
"**",
11+
"**/**"
12+
]
13+
},
914
"bin": "bin/postgres-lambda.js",
1015
"scripts": {
1116
"build": "tsc && yarn workspaces foreach -v -A run build",
@@ -29,6 +34,5 @@
2934
"aws-cdk-lib": "^2.204.0",
3035
"constructs": "^10.4.2",
3136
"esbuild": "^0.25.6"
32-
},
33-
"packageManager": "[email protected]"
37+
}
3438
}

0 commit comments

Comments
 (0)