Skip to content

Commit fa14863

Browse files
committed
chore: add build stage to verify step
1 parent bb70ef0 commit fa14863

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
name: Install
3535
command: |
3636
yarn install
37+
- run:
38+
name: Build
39+
command: |
40+
yarn build
3741
- run:
3842
name: Verify
3943
command: |

0 commit comments

Comments
 (0)