Skip to content

Commit 0279269

Browse files
committed
added prepack
1 parent 7c283b2 commit 0279269

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- name: Install dependencies for the plugin
4444
working-directory: ./packages/${{ matrix.plugin }}
4545
run: npm install
46+
47+
- name: Prepack the plugin
48+
working-directory: ./packages/${{ matrix.plugin }}
49+
run: npm run prepack
4650

4751
- name: Debug environment
4852
run: |

0 commit comments

Comments
 (0)