Browse Source

fix(scripts): cp directory itself

pull/666/head
MinJae Kwon 2 years ago
parent
commit
cd50aa0fec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autogen.sh

+ 1
- 1
autogen.sh View File

@@ -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"


Loading…
Cancel
Save