diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7cf01f2..5f6290c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -150,7 +150,10 @@ jobs: with: version: 10 - name: Provide sibling monorepo - run: git clone https://git.infra.mintel.me/mmintel/at-mintel.git ../at-mintel + run: | + git clone https://git.infra.mintel.me/mmintel/at-mintel.git _at-mintel + sed -i 's|../../../at-mintel|../../_at-mintel|g' apps/web/package.json + sed -i 's|../at-mintel|./_at-mintel|g' package.json - name: 🔐 Registry Auth run: | echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc diff --git a/.gitignore b/.gitignore index 6bb1fa1..83d3015 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,5 @@ apps/web/out/estimations/ # Backups backups/ + +.turbo \ No newline at end of file