Skip to content

Commit d76c8e2

Browse files
fix(audience): build @imtbl/audience in publish workflow (#2845)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1422d57 commit d76c8e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ jobs:
104104
- name: Setup new package versions
105105
run: pnpm nx release version --specifier ${{ env.RELEASE_TYPE }} $( ${{ env.DRY_RUN }} && echo "--dry-run" || echo "")
106106

107-
- name: Build SDK & Checkout Widgets
107+
- name: Build SDK, Checkout Widgets & Audience
108108
run: pnpm build
109109

110-
- name: Pack SDK & Checkout Widgets packages and dependencies
110+
- name: Pack SDK, Checkout Widgets & Audience packages and dependencies
111111
run: pnpm pack-npm-packages
112112

113113
# ! Do NOT remove any of these attestation subject paths - this will cause a Sev 0 incident !

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"responselike": "^2.0.0"
5757
},
5858
"scripts": {
59-
"build": "nx run-many -p @imtbl/sdk,@imtbl/checkout-widgets -t build",
59+
"build": "nx run-many -p @imtbl/sdk,@imtbl/checkout-widgets,@imtbl/audience -t build",
6060
"build:examples": "pnpm --recursive --filter '@examples/**' build",
6161
"build:onlysdk": "NODE_OPTIONS=--max-old-space-size=14366 nx run-many --target=build --projects=@imtbl/sdk && pnpm syncpack:format",
6262
"dev": "FORCE_COLOR=1 pnpm --filter @imtbl/sdk... --filter @imtbl/checkout-widgets... run transpile && pnpm --parallel --filter @imtbl/sdk... --filter @imtbl/checkout-widgets... run transpile --watch",

0 commit comments

Comments
 (0)