upd
This commit is contained in:
@@ -6,7 +6,7 @@ const __dirname = fileURLToPath(new URL('.', import.meta.url))
|
||||
const iconsDir = join(__dirname, '../src/assets/icons')
|
||||
|
||||
const svgFiles = readdirSync(iconsDir)
|
||||
.filter(f => f.endsWith('.svg'))
|
||||
.filter(f => f.endsWith('.svg') && f !== 'sprite.svg')
|
||||
.sort()
|
||||
|
||||
if (!svgFiles.length) {
|
||||
|
||||
Reference in New Issue
Block a user