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 a6cc482 commit f9f6a97Copy full SHA for f9f6a97
.circleci/config.yml
@@ -315,7 +315,8 @@ jobs:
315
- run:
316
name: 'Do build-dist'
317
command: 'npm run build-dist'
318
-
+ environment:
319
+ NODE_OPTIONS: --openssl-legacy-provider
320
####
321
322
name: Compress .dist
@@ -390,6 +391,8 @@ jobs:
390
391
392
name: Build static Storybook
393
command: 'npm run storybook:build'
394
395
396
397
398
name: Archive static Storybook
@@ -492,6 +495,7 @@ jobs:
492
495
command: 'npm run build'
493
496
environment:
494
497
SLDS__FRAMEWORK__PATH: .slds/.dist/
498
499
500
501
name: 'Generate site tarball'
0 commit comments