Skip to content

Commit eceaeef

Browse files
committed
add copy instruction to build pipelines
1 parent c7d28df commit eceaeef

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/alpha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050

5151
- name: Build
5252
run: |
53+
pnpm -r copy
5354
pnpm -F './packages/**/*' build
5455
5556
- name: Copy README

.github/workflows/packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050

5151
- name: Build
5252
run: |
53+
pnpm -r copy
5354
pnpm -F './packages/**/*' build
5455
5556
- name: Copy README

.github/workflows/static.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
# Examples
3737
- name: Building Examples
3838
run: |
39+
pnpm -r copy
3940
pnpm -r build
4041
4142
- name: Copy Examples

0 commit comments

Comments
 (0)