Skip to content

Commit

Permalink
sentry: build edge api sdk first
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed May 10, 2024
1 parent fcc4d2b commit 8dd5929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8dd5929

Please sign in to comment.