We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf3332 commit 628f323Copy full SHA for 628f323
.github/workflows/prod-release.yml
@@ -301,6 +301,11 @@ jobs:
301
- name: Validate published packages - Browser
302
env:
303
PUBLISH_LOCAL: "false"
304
+ # This will fail until the publish step is run for the first time.
305
+ # A dependency change broke the browser tests.
306
+ # Commit fb10180dfb451ff5359ebc703c58eaf5393971ac fixes this.
307
+ # The first publish step for v4.2.2+ should make this pass.
308
+ # TODO: Remove this comment block after first successful publish of v4.2.2+.
309
run: |
310
npm run verdaccio-browser-decrypt
311
npm run verdaccio-browser-encrypt
0 commit comments