Skip to content

Commit 33df664

Browse files
committed
use build:all in workflows
1 parent 5daa886 commit 33df664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: actions/checkout@v1
99
- run: npm ci
1010
- run: npm run fmt:check --workspaces
11-
- run: npm run build --workspaces
11+
- run: npm run build:all
1212
- run: npm run test --workspaces

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v2
1414
- uses: actions/configure-pages@v3
1515
- run: npm ci
16-
- run: npm run build --workspaces
16+
- run: npm run build:all
1717
- run: npm run docs
1818
- name: Upload Pages artifact
1919
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)