Skip to content

Commit

Permalink
api extractor (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe authored Apr 26, 2023
1 parent 2e6cf24 commit f590abb
Show file tree
Hide file tree
Showing 72 changed files with 1,640 additions and 129 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json linguist-language=JSON-with-Comments
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:

- name: Run Tests
run: yarn test

- name: Check for API Changes
run: yarn api:check
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"release": "turbo run build --filter=./packages/* && changeset publish",
"start:next": "turbo run start --filter=@livekit/component-example-next...",
"test": "turbo run test",
"tooling:update-readme-nav": "node tooling/readme-manager/update-nav-in-readmes.js"
"tooling:update-readme-nav": "node tooling/readme-manager/update-nav-in-readmes.js",
"api:check": "turbo run api-check"
},
"workspaces": [
"packages/*",
Expand Down
1 change: 1 addition & 0 deletions packages/react/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
node_modules
.cache
dist
temp
427 changes: 427 additions & 0 deletions packages/react/api-extractor.json

Large diffs are not rendered by default.

Loading

0 comments on commit f590abb

Please sign in to comment.