mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
6 lines
74 B
Bash
6 lines
74 B
Bash
#!/bin/sh
|
|
|
|
if [ ! -d "dist/element-plus" ]; then
|
|
sh scripts/build.sh
|
|
fi
|