diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index b9eda2ec5..766dfd03d 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -75,7 +75,12 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GHCR_PAT }} - + - name: Go Back to main Code Directory + working-directory: ../.. + run: | + echo "Navigating to main directory..." + pwd + ls - name: Build and Push Docker Image uses: docker/build-push-action@v4 with: diff --git a/services/web-ui/package-lock.json b/services/web-ui/package-lock.json index 51c49d3f1..a397ff397 100644 --- a/services/web-ui/package-lock.json +++ b/services/web-ui/package-lock.json @@ -1,11 +1,11 @@ { - "name": "frontend", + "name": "web-ui", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "frontend", + "name": "web-ui", "version": "0.1.0", "dependencies": { "@azure/msal-browser": "^2.38.3",