Skip to content

Commit 3114729

Browse files
authored
chore: Avoid building aws layer for now (#17099)
Forgot to disable the build in the bundle step.
1 parent c9f3a2e commit 3114729

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

dev-packages/e2e-tests/test-applications/aws-lambda-layer-cjs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
},
1919
"volta": {
2020
"extends": "../../package.json"
21+
},
22+
"sentryTest": {
23+
"skip": true
2124
}
2225
}

dev-packages/e2e-tests/test-applications/aws-lambda-layer-esm/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
},
2020
"volta": {
2121
"extends": "../../package.json"
22+
},
23+
"sentryTest": {
24+
"skip": true
2225
}
2326
}

packages/aws-serverless/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
},
8080
"scripts": {
8181
"build": "run-p build:transpile build:types",
82-
"build:bundle": "yarn build:layer",
8382
"build:layer": "yarn ts-node scripts/buildLambdaLayer.ts",
8483
"build:dev": "run-p build:transpile build:types",
8584
"build:transpile": "rollup -c rollup.npm.config.mjs",

0 commit comments

Comments
 (0)