Skip to content

Commit

Permalink
[ci] Fail when demos are only available in TS (#15460)
Browse files Browse the repository at this point in the history
* [ci] Fail when demos are only available in TS

* [docs] Reunite TS demos with their JS counterparts
  • Loading branch information
eps1lon authored Apr 23, 2019
1 parent f0dd1d5 commit 07e3412
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
command: yarn docs:typescript:formatted
- run:
name: Are the compiled TypeScript demos equivalent to the JavaScript demos?
command: git diff --exit-code
command: git add -A && git diff --exit-code --staged
- run:
name: Can we generate the documentation?
command: yarn docs:api
Expand Down

0 comments on commit 07e3412

Please sign in to comment.