Skip to content

Commit

Permalink
fix(expect): publish types file
Browse files Browse the repository at this point in the history
Fixes #4218
  • Loading branch information
sheremet-va committed Oct 3, 2023
1 parent bca21a2 commit 5996c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/expect/package.json
Expand Up @@ -26,7 +26,8 @@
"module": "./dist/index.js",
"types": "./index.d.ts",
"files": [
"dist"
"dist",
"*.d.ts"
],
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down

0 comments on commit 5996c8c

Please sign in to comment.