mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 03:38:41 +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 run(`mkdir -p ${epOutput}/dist/fonts`)
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
run(`cp ${epOutput}/theme-chalk/index.css ${epOutput}/dist/index.css`),
|
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