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
|
esac
|
||||||
mv "dist/$line" "tempDir/$filepath"
|
mv "dist/$line" "tempDir/$filepath"
|
||||||
cp -nR "tempDir/" es
|
rsync -a tempDir/ es/
|
||||||
cp -nR "tempDir/" lib
|
rsync -a tempDir/ lib/
|
||||||
|
|
||||||
done < "$input"
|
done < "$input"
|
||||||
|
|
||||||
@ -55,6 +55,7 @@ cp dist/element-plus/* lib
|
|||||||
cp packages/utils/types.ts lib/utils/
|
cp packages/utils/types.ts lib/utils/
|
||||||
cp dist/element-plus/* es
|
cp dist/element-plus/* es
|
||||||
|
|
||||||
|
|
||||||
echo "Remove temp files"
|
echo "Remove temp files"
|
||||||
# Post build cleanup
|
# Post build cleanup
|
||||||
rm -rf temp
|
rm -rf temp
|
||||||
|
Loading…
Reference in New Issue
Block a user