From 8dd5929a25bfd0bcf0a7989a0dcade2844d94e17 Mon Sep 17 00:00:00 2001 From: Josh Balfour Date: Fri, 10 May 2024 12:23:26 +0100 Subject: [PATCH] sentry: build edge api sdk first --- packages/modules/sentry/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/modules/sentry/package.json b/packages/modules/sentry/package.json index 271efcf..aab11c2 100644 --- a/packages/modules/sentry/package.json +++ b/packages/modules/sentry/package.json @@ -17,7 +17,7 @@ "check": "yarn run root:check -p $(pwd)", "lint": "reapit-cdk-eslint", "test": "yarn run root:test -- $(pwd)", - "build": "reapit-cdk-tsup --is-sentry", + "build": "yarn workspace @reapit-cdk/edge-api-sdk build && reapit-cdk-tsup --is-sentry", "prepack": "yarn build" }, "devDependencies": {