diff --git a/.gitignore b/.gitignore index a5241c1..33f3389 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ dist build_and_copy.log *.log *.lock + +# git +.github diff --git a/compile_dev.sh b/compile_dev.sh index 9105acd..47f6e74 100755 --- a/compile_dev.sh +++ b/compile_dev.sh @@ -44,6 +44,7 @@ if [ "$current_branch" = "$BRANCH_NAME" ]; then # 准备dist目录 mkdir -p dist + rm -rf .next/cache cp -r .next dist/ cp -r public dist/ cp package.json dist/