Explorar el Código

fix(scripts): cp directory itself

pull/666/head
MinJae Kwon hace 2 años
padre
commit
cd50aa0fec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      autogen.sh

+ 1
- 1
autogen.sh Ver fichero

@@ -57,7 +57,7 @@ python -m scripts.generate "custom"

# copy icons across to website
echo "copying icons to website static folder"
cp -r resources website/static/img/resources
cp -r resources website/static/img/

# run black
echo "linting the all the diagram modules"


Cargando…
Cancelar
Guardar