Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
- name: Setup new package versions
run: pnpm nx release version --specifier ${{ env.RELEASE_TYPE }} $( ${{ env.DRY_RUN }} && echo "--dry-run" || echo "")

- name: Build SDK & Checkout Widgets
- name: Build SDK, Checkout Widgets & Audience
run: pnpm build

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

# ! Do NOT remove any of these attestation subject paths - this will cause a Sev 0 incident !
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"responselike": "^2.0.0"
},
"scripts": {
"build": "nx run-many -p @imtbl/sdk,@imtbl/checkout-widgets -t build",
"build": "nx run-many -p @imtbl/sdk,@imtbl/checkout-widgets,@imtbl/audience -t build",
"build:examples": "pnpm --recursive --filter '@examples/**' build",
"build:onlysdk": "NODE_OPTIONS=--max-old-space-size=14366 nx run-many --target=build --projects=@imtbl/sdk && pnpm syncpack:format",
"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",
Expand Down
Loading