Explorar o código

Force build removal

Philipp Hagemeister %!s(int64=13) %!d(string=hai) anos
pai
achega
253d96f2e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      devscripts/release.sh

+ 1 - 1
devscripts/release.sh

@@ -81,6 +81,6 @@ ROOT=$(pwd)
     git push "$ROOT" gh-pages
     git push "$ORIGIN_URL" gh-pages
 )
-rm -r build
+rm -rf build
 
 echo "\n### DONE!"