mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
build: fix copying font files (#3929)
This commit is contained in:
parent
feda0d2ccf
commit
7961329aa8
@ -37,7 +37,7 @@ export const copyFullStyle = async () => {
|
||||
await run(`mkdir -p ${epOutput}/dist/fonts`)
|
||||
await Promise.all([
|
||||
run(`cp ${epOutput}/theme-chalk/index.css ${epOutput}/dist/index.css`),
|
||||
run(`cp -R ${epOutput}/theme-chalk/fonts ${epOutput}/dist/fonts`),
|
||||
run(`cp -R ${epOutput}/theme-chalk/fonts ${epOutput}/dist`),
|
||||
])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user