Skip to content

Commit 6df9c79

Browse files
Merge pull request #7271 from cowprotocol/fix/widget-republish-2
fix(widget): trigger re-deployment 2
2 parents 734667e + a7b60b8 commit 6df9c79

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
cache: pnpm
5353

5454
# 4️⃣ Upgrade npm for trusted publishing (requires npm >= 11.5.1)
55-
- run: npm install -g npm@latest
55+
# - run: npm install -g npm@latest
56+
- run: npm install -g npm@~11.10.0 # https://github.com/npm/cli/issues/9151
5657

5758
# 5️⃣ Install dependencies
5859
- name: Install dependencies

libs/widget-lib/src/urlUtils.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ describe('buildWidgetUrlQuery', () => {
139139
hooks: {
140140
onBeforeTrade: () => true,
141141
onBeforeApproval: () => true,
142+
onBeforeOrderCancel: () => true,
142143
},
143144
})
144145

0 commit comments

Comments
 (0)