瀏覽代碼

fix: build process due to composite packages

Karol Sójko 3 年之前
父節點
當前提交
12fa94539b

+ 2 - 2
.github/workflows/api-gateway.release.yml

@@ -32,7 +32,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:api-gateway
+      run: yarn build
     - name: Configure AWS credentials
       uses: aws-actions/configure-aws-credentials@v1
       with:
@@ -62,7 +62,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:api-gateway
+      run: yarn build
     - name: Login to Docker Hub
       uses: docker/login-action@v2
       with:

+ 2 - 2
.github/workflows/auth.release.yml

@@ -33,7 +33,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:auth
+      run: yarn build
     - name: Configure AWS credentials
       uses: aws-actions/configure-aws-credentials@v1
       with:
@@ -63,7 +63,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:auth
+      run: yarn build
     - name: Login to Docker Hub
       uses: docker/login-action@v2
       with:

+ 2 - 2
.github/workflows/files.release.yml

@@ -33,7 +33,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:files
+      run: yarn build
     - name: Configure AWS credentials
       uses: aws-actions/configure-aws-credentials@v1
       with:
@@ -63,7 +63,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:files
+      run: yarn build
     - name: Login to Docker Hub
       uses: docker/login-action@v2
       with:

+ 2 - 2
.github/workflows/scheduler.release.yml

@@ -33,7 +33,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:scheduler
+      run: yarn build
     - name: Configure AWS credentials
       uses: aws-actions/configure-aws-credentials@v1
       with:
@@ -63,7 +63,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:scheduler
+      run: yarn build
     - name: Login to Docker Hub
       uses: docker/login-action@v2
       with:

+ 2 - 2
.github/workflows/syncing-server.release.yml

@@ -33,7 +33,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:syncing-server
+      run: yarn build
     - name: Configure AWS credentials
       uses: aws-actions/configure-aws-credentials@v1
       with:
@@ -63,7 +63,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Build locally
-      run: yarn build:syncing-server
+      run: yarn build
     - name: Login to Docker Hub
       uses: docker/login-action@v2
       with: