mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Fix icons
This commit is contained in:
@@ -27,7 +27,7 @@ let numIcons = 0;
|
||||
await Promise.all([
|
||||
copy(`${srcPath}/icons`, './src/components/icon/icons'),
|
||||
copy(`${srcPath}/LICENSE.md`, './src/components/icon/icons/LICENSE.md'),
|
||||
copy(`${srcPath}/bootstrap-icons.svg`, './docs/assets/icons/sprite.svg')
|
||||
copy(`${srcPath}/bootstrap-icons.svg`, './docs/assets/icons/sprite.svg', { overwrite: true })
|
||||
]);
|
||||
|
||||
// Generate metadata
|
||||
|
||||
Reference in New Issue
Block a user