Skip to content

Commit e7defb0

Browse files
authored
chore: change build command to build packages only in workflows (#14994)
* chore: chaneg build command to build packages only in workflows * Change build command to build packages in workflow
1 parent 39240be commit e7defb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cloud-docs-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Build www packages
4343
working-directory: www
44-
run: yarn build
44+
run: yarn build:packages
4545

4646
- name: Install www/utils dependencies
4747
working-directory: www/utils

.github/workflows/docs-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build www packages
4646
working-directory: www
47-
run: yarn build
47+
run: yarn build:packages
4848

4949
- name: Install www/utils dependencies
5050
working-directory: www/utils

0 commit comments

Comments
 (0)