kopia lustrzana https://github.com/shoelace-style/shoelace
Copy themes to docs dist
rodzic
48cfeaa6b2
commit
e6198c853e
|
@ -5,6 +5,7 @@ docs/assets/icons/sprite.svg
|
|||
|
||||
dist/
|
||||
docs/dist/
|
||||
docs/themes/
|
||||
loader/
|
||||
temp/
|
||||
www/
|
||||
|
|
|
@ -8,6 +8,7 @@ const del = require('del');
|
|||
console.log(chalk.cyan('Creating docs distribution 📚\n'));
|
||||
await del('./docs/dist');
|
||||
await copy('./dist', './docs/dist');
|
||||
await copy('./themes', './docs/themes');
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue