We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6c5ad commit b189e97Copy full SHA for b189e97
1 file changed
.circleci/config.yml
@@ -48,6 +48,9 @@ jobs:
48
- checkout
49
- restore_cache: *restore_cache
50
- run: *install_dependencies
51
+ - run:
52
+ name: Install UI dependencies
53
+ command: cd ./graphql-usage-ui && yarn
54
- run:
55
name: Build package
56
command: yarn build
0 commit comments