element-plus/scripts/ifBuild.sh

6 lines
81 B
Bash
Raw Normal View History

#!/bin/sh
if [ ! -d \"dist/element-plus\" ]; then
sh scripts/build.sh;
fi