Skip to content

Commit b189e97

Browse files
authored
ci: install UI dependencies in release job (#25)
1 parent 7b6c5ad commit b189e97

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- checkout
4949
- restore_cache: *restore_cache
5050
- run: *install_dependencies
51+
- run:
52+
name: Install UI dependencies
53+
command: cd ./graphql-usage-ui && yarn
5154
- run:
5255
name: Build package
5356
command: yarn build

0 commit comments

Comments
 (0)