浏览代码

fix(scripts): cp directory itself

pull/666/head
MinJae Kwon 2 年前
父节点
当前提交
cd50aa0fec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      autogen.sh

+ 1
- 1
autogen.sh 查看文件

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


正在加载...
取消
保存