Skip to content

Commit

Permalink
Components: Ship TypeScript types (#49229)
Browse files Browse the repository at this point in the history
* Components: Ship TypeScript types

* Rename entry points

---------

Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
  • Loading branch information
mirka and ciampo authored Mar 30, 2023
1 parent ef717ab commit 8528e49
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"build-style/**",
"src/**/*.scss"
],
"types": "build-types",
"dependencies": {
"@babel/runtime": "^7.16.0",
"@emotion/cache": "^11.7.1",
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"src/**/*.native.js",
"src/**/react-native-*",
"src/**/stories/**/*.js", // only exclude js files, tsx files should be checked
"src/**/test/**/*.js", // only exclude js files, ts{x} files should be checked
"src/index.js"
"src/**/test/**/*.js" // only exclude js files, ts{x} files should be checked
]
}

1 comment on commit 8528e49

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 8528e49.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4563791182
📝 Reported issues:

Please sign in to comment.