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