Skip to content

Commit 8497571

Browse files
committed
chore(circleci): remove es5 check
The PKI.js package used by the SDK has non-es5 code in their dist build, so we can no longer guarantee an es5 build.
1 parent 2c5e90f commit 8497571

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ jobs:
192192
BUILD_PUBLIC_PATH="https://code.s4d.io/widget-recents/archives/${VERSION_NUMBER}/" npm run build sri widget-recents
193193
BUILD_BUNDLE_PUBLIC_PATH="https://code.s4d.io/widget-recents/archives/${VERSION_NUMBER}/" BUILD_PUBLIC_PATH="https://code.s4d.io/widget-recents/archives/${VERSION_NUMBER}/demo/" npm run build:package widget-recents-demo
194194
BUILD_PUBLIC_PATH="https://code.s4d.io/widget-demo/archives/${VERSION_NUMBER}/" npm run build:package widget-demo
195-
196-
npm run es5-check:dist
197195
- run:
198196
name: 'Push to upstream/master'
199197
command: git push upstream HEAD:master

0 commit comments

Comments
 (0)