mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Copy license too
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const copy = require('recursive-copy');
|
||||
|
||||
copy('./node_modules/bootstrap-icons/icons', './src/components/icon/icons', { overwrite: true }).catch(err =>
|
||||
console.error(err)
|
||||
);
|
||||
Promise.all([
|
||||
copy('./node_modules/bootstrap-icons/icons', './src/components/icon/icons', { overwrite: true }),
|
||||
copy('./node_modules/bootstrap-icons/LICENSE.md', './src/components/icon/icons/LICENSE.md', { overwrite: true })
|
||||
]).catch(err => console.error(err));
|
||||
|
||||
Reference in New Issue
Block a user