Skip to content

Commit

Permalink
jest-console: Add types directory to "files" (#41386)
Browse files Browse the repository at this point in the history
The `types` directory won't get published to npm if we don't tell npm to include it!
  • Loading branch information
noisysocks authored May 27, 2022
1 parent 5673274 commit 10c0fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jest-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"files": [
"build",
"build-module"
"build-module",
"types"
],
"main": "build/index.js",
"module": "build-module/index.js",
Expand Down

0 comments on commit 10c0fce

Please sign in to comment.