File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 "build:single:packages" : " node ../../scripts/build-single-packages.mjs --config single-packages.config.json" ,
2929 "build:esm" : " tsc --build tsconfig.json" ,
3030 "clean" : " rimraf dist src/icons src/index.js src/index.d.ts" ,
31- "generate" : " rimraf dist/esm/icons dist/js/icons && yarn build:esm && node scripts/writeIcons.mjs"
31+ "generate" : " rimraf dist/esm/icons dist/js/icons dist/static && yarn build:esm && node scripts/writeIcons.mjs"
3232 },
3333 "devDependencies" : {
3434 "@fortawesome/free-brands-svg-icons" : " ^5.15.4" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import patternflyIcons from './icons/patternflyIcons.mjs';
33import customIcons from './icons/customIcons.mjs' ;
44import rhIconsMicrons from './icons/rhIconsMicrons.mjs' ;
55import rhIconsStandard from './icons/rhIconsStandard.mjs' ;
6- import rhIconsSocial from './icons/rhIconsSocial.mjs' ;
6+ // import rhIconsSocial from './icons/rhIconsSocial.mjs';
77import rhIconsUI from './icons/rhIconsUI.mjs' ;
88
99/**
@@ -16,7 +16,7 @@ export function generateIcons() {
1616 ...customIcons ,
1717 ...rhIconsMicrons ,
1818 ...rhIconsStandard ,
19- ...rhIconsSocial ,
19+ // ...rhIconsSocial,
2020 ...rhIconsUI
2121 } ;
2222}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const ICON_PREFIX = 'rh';
1313const ICON_TYPES = [
1414 'ui' ,
1515 'standard' ,
16- 'social' ,
16+ // 'social',
1717 'microns'
1818 // Add new types here as they become available in @rhds /icons
1919] ;
You can’t perform that action at this time.
0 commit comments