Skip to content

Commit

Permalink
chore: add __typechecks__ directories to .npmignore (#12104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Nov 30, 2021
1 parent 5640f88 commit 1d197dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/expect/.npmignore
@@ -1,5 +1,6 @@
**/__mocks__/**
**/__tests__/**
__typechecks__
src
tsconfig.json
tsconfig.tsbuildinfo
1 change: 1 addition & 0 deletions packages/jest-types/.npmignore
@@ -1,5 +1,6 @@
**/__mocks__/**
**/__tests__/**
__typechecks__
src
tsconfig.json
tsconfig.tsbuildinfo

0 comments on commit 1d197dd

Please sign in to comment.