release.sh -- there is no need to run make clean
This commit is contained in:
parent
1d2958f4aa
commit
f417f6257f
|
@ -17,10 +17,6 @@ f() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Clean and rebuild both static and binary
|
||||
make clean
|
||||
make
|
||||
|
||||
# Prepare the dist folder
|
||||
rm -rf dist
|
||||
mkdir -p dist
|
||||
|
|
Loading…
Reference in New Issue