Skip to content

Commit 1f0b521

Browse files
committed
Fix package build scrits
1 parent f377633 commit 1f0b521

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

typescript/postgres-lambda/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
},
1414
"bin": "bin/postgres-lambda.js",
1515
"scripts": {
16-
"build": "tsc && yarn workspaces foreach -v -A run build",
17-
"build:lambda": "yarn workspaces foreach -v -A run build",
16+
"build": "tsc",
1817
"watch": "tsc -w",
1918
"test": "jest",
20-
"cdk": "cdk",
21-
"install-deps": "cd lambda/lambda-to-postgres && npm install --prefix ./deps && cd ../../lambda/postgres-to-lambda && npm install --prefix ./deps && cd ../../lambda/postgres-setup && npm install --prefix ./deps"
19+
"cdk": "cdk"
2220
},
2321
"devDependencies": {
2422
"@types/jest": "^29.5.14",
@@ -30,7 +28,6 @@
3028
"typescript": "~5.6.3"
3129
},
3230
"dependencies": {
33-
"@aws-cdk/aws-lambda-nodejs": "^1.203.0",
3431
"aws-cdk-lib": "^2.204.0",
3532
"constructs": "^10.4.2",
3633
"esbuild": "^0.25.6"

0 commit comments

Comments
 (0)