Browse Source

Revert "remove working-directory to build"

This reverts commit e3aa7a8e5b6ba1b077c1e3613aa8956a3ec0b0a2.
Yuki Takei 3 years ago
parent
commit
7f5c30aacb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/reusable-app-prod.yml

+ 1 - 0
.github/workflows/reusable-app-prod.yml

@@ -70,6 +70,7 @@ jobs:
           dist-app-prod-${{ runner.OS }}-node${{ matrix.node-version }}-
           dist-app-prod-${{ runner.OS }}-node${{ matrix.node-version }}-
 
 
     - name: Build
     - name: Build
+      working-directory: ./apps/app
       run: |
       run: |
         turbo run build
         turbo run build
       env:
       env: