Skip to content

Commit 6c2c0f0

Browse files
committed
ci: run build as a test
1 parent ef1e205 commit 6c2c0f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ jobs:
1818
run: |
1919
yarn install
2020
yarn test
21+
- name: build
22+
run: |
23+
yarn build

0 commit comments

Comments
 (0)