obviously, we don't want to print the destination path in the build
output
This commit is contained in:
parent
7d774e6f6a
commit
1c2015b41b
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ case "${TARGET}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Dest: '${destination}'"
|
|
||||||
rm -rf "${destination}/*"
|
rm -rf "${destination}/*"
|
||||||
rm -rf "${destination}/.??*"
|
rm -rf "${destination}/.??*"
|
||||||
mkdir -p "${destination}/dist"
|
mkdir -p "${destination}/dist"
|
||||||
|
|
Loading…
Reference in a new issue