File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/components/bolt-icons/__tests__ Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,12 @@ async function collectFileNames(dir, fileList = []) {
20
20
}
21
21
22
22
const timeout = 60000 ;
23
- const boltIconsDir = path . dirname ( resolve . sync ( '@bolt/components-icons/package.json' ) ) ;
24
- const boltIconDir = path . dirname ( resolve . sync ( '@bolt/components-icon/package.json' ) ) ;
23
+ const boltIconsDir = path . dirname (
24
+ resolve . sync ( '@bolt/components-icons/package.json' ) ,
25
+ ) ;
26
+ const boltIconDir = path . dirname (
27
+ resolve . sync ( '@bolt/components-icon/package.json' ) ,
28
+ ) ;
25
29
const iconsJsFile = path . join ( boltIconsDir , 'src/index.js' ) ;
26
30
const schemaFile = path . join ( boltIconDir , 'icon.schema.yml' ) ;
27
31
const schema = yaml . safeLoad ( fs . readFileSync ( schemaFile , 'utf8' ) ) ;
You can’t perform that action at this time.
0 commit comments