mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
parent
243e2c47f8
commit
a846c08a56
@ -45,8 +45,8 @@ do
|
||||
;;
|
||||
esac
|
||||
mv "dist/$line" "tempDir/$filepath"
|
||||
cp -nR "tempDir/" es
|
||||
cp -nR "tempDir/" lib
|
||||
rsync -a tempDir/ es/
|
||||
rsync -a tempDir/ lib/
|
||||
|
||||
done < "$input"
|
||||
|
||||
@ -55,6 +55,7 @@ cp dist/element-plus/* lib
|
||||
cp packages/utils/types.ts lib/utils/
|
||||
cp dist/element-plus/* es
|
||||
|
||||
|
||||
echo "Remove temp files"
|
||||
# Post build cleanup
|
||||
rm -rf temp
|
||||
|
Loading…
Reference in New Issue
Block a user