File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,17 +131,17 @@ jobs:
131131 run : |
132132 pnpm install --frozen-lockfile --prefer-offline
133133
134- - name : Check Turbo Installation
135- run : pnpm exec turbo --version
134+ # - name: Check Turbo Installation
135+ # run: pnpm exec turbo --version
136136
137137 - name : Run Build with Cache (Web)
138138 if : matrix.package == 'web'
139- working-directory : ${{ github.workspace }}
139+ working-directory : src/frontend
140140 run : |
141141 pnpm run build --filter=web --parallel
142142
143143 - name : Run Build with Cache (@workspace/ui)
144144 if : matrix.package == '@workspace/ui'
145- working-directory : ${{ github.workspace }}
145+ working-directory : src/frontend
146146 run : |
147147 pnpm run build --filter=@workspace/ui --parallel
You can’t perform that action at this time.
0 commit comments