We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd83e3 commit be85773Copy full SHA for be85773
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
cache: 'yarn'
27
- run: yarn install --immutable
28
- - run: yarn workspaces foreach -Rpt --from timeclicker_client run build
+ - run: yarn run build
29
rebase:
30
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
31
needs: [ build ]
0 commit comments