File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 9292 cmds :
9393 - cd docs && npm run build
9494 - task : copyfiles:'storybook-static':'docs/build/storybook'
95+ env :
96+ USE_SIMPLE_CSS_MINIFIER : " true"
9597 sources :
9698 - " docs/*"
9799 - " docs/src/**/*"
@@ -116,6 +118,9 @@ tasks:
116118 cmds :
117119 - cd docs && npm run build-embedded
118120 - task : copyfiles:'docs/build/':'dist/docsite'
121+ env :
122+ EMBEDDED : " true"
123+ USE_SIMPLE_CSS_MINIFIER : " true"
119124 deps :
120125 - docs:npm:install
121126
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "docusaurus" : " docusaurus" ,
66 "start" : " docusaurus start" ,
7- "build" : " USE_SIMPLE_CSS_MINIFIER=true docusaurus build" ,
8- "build-embedded" : " EMBEDDED=true npm run build" ,
7+ "build" : " docusaurus build" ,
8+ "build-embedded" : " npm run build" ,
99 "swizzle" : " docusaurus swizzle" ,
1010 "deploy" : " docusaurus deploy" ,
1111 "clear" : " docusaurus clear" ,
You can’t perform that action at this time.
0 commit comments