Skip to content

Commit fb9e45f

Browse files
committed
Adds build step for plugins
Ensures plugins are built during the CI checks.
1 parent b8ef23f commit fb9e45f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
- name: Install
9595
run: npm install
9696

97+
- name: Build plugins
98+
run: npm run plugins:build
99+
97100
- name: Test
98101
run: npm run test
99102

0 commit comments

Comments
 (0)