Skip to content

Commit fc21ca9

Browse files
committed
fix(aws): Use file link in dependency too
1 parent 74d4566 commit fc21ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-serverless/scripts/buildLambdaLayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function buildPackageJson(): void {
169169

170170
const packageJson = {
171171
dependencies: {
172-
'@sentry/aws-serverless': version,
172+
'@sentry/aws-serverless': 'file:../../../../../../packages/aws-serverless',
173173
},
174174
resolutions,
175175
};

0 commit comments

Comments
 (0)