Skip to content

Commit da8dfef

Browse files
authored
chore: Avoid building aws layer for now (#17098)
The current way of building the AWS Lambda Layer is not working during releases because it tries to install @sentry/aws-serverless from the registry instead of the workspace. Temporarily disable it until we figure out how to fix it.
1 parent 93b1c6f commit da8dfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"build:bundle": "yarn build:layer",
8383
"build:layer": "yarn ts-node scripts/buildLambdaLayer.ts",
8484
"build:dev": "run-p build:transpile build:types",
85-
"build:transpile": "rollup -c rollup.npm.config.mjs && yarn build:layer",
85+
"build:transpile": "rollup -c rollup.npm.config.mjs",
8686
"build:types": "run-s build:types:core build:types:downlevel",
8787
"build:types:core": "tsc -p tsconfig.types.json",
8888
"build:types:downlevel": "yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8",

0 commit comments

Comments
 (0)