Skip to content

Commit be85773

Browse files
committed
ci: update ci for new build script
1 parent 0dd83e3 commit be85773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'yarn'
2727
- run: yarn install --immutable
28-
- run: yarn workspaces foreach -Rpt --from timeclicker_client run build
28+
- run: yarn run build
2929
rebase:
3030
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3131
needs: [ build ]

0 commit comments

Comments
 (0)