element-plus/scripts/if-build.sh
2021-09-26 01:29:07 +08:00

6 lines
65 B
Bash

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