diff --git a/pipeline.yml b/pipeline.yml index ecbecf1..8173e48 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -119,9 +119,10 @@ jobs: cd package cp ../version/* . cp ../git-develop/package*.json . + cp ../git-develop/tsconfig.json . cp ../git-develop/index.js . cp -r ../git-develop/assets . - cp -r ../git-develop/bot . + cp -r ../git-develop/src . cp -r ../git-develop/data . cp ../git-develop/entrypoint.sh . cp ../git-develop/Dockerfile . @@ -225,9 +226,10 @@ jobs: cd package cp ../version/* . cp ../git-master/package*.json . + cp ../git-master/tsconfig.json . cp ../git-master/index.js . cp -r ../git-master/assets . - cp -r ../git-master/bot . + cp -r ../git-master/src . cp -r ../git-master/data . cp ../git-master/entrypoint.sh . cp ../git-master/Dockerfile .