This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
element-plus
Watch
1
Star
0
Fork
0
You've already forked element-plus
mirror of
https://gitee.com/element-plus/element-plus.git
synced
2024-12-04 12:17:37 +08:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
ad32cba3b9
element-plus
/
scripts
/
ifBuild.sh
6 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
chore(project): compatible windows the shell command (#3550)
2021-09-22 18:18:43 +08:00
#!/bin/sh
feat(docs): document website enhancement (#3580) - Add language jump support - Fix ifBuild.sh bug on posix platform
2021-09-23 11:08:19 +08:00
if
[
! -d
"dist/element-plus"
]
;
then
sh scripts/build.sh
chore(project): compatible windows the shell command (#3550)
2021-09-22 18:18:43 +08:00
fi
Reference in New Issue
Copy Permalink