Skip to content

Commit

Permalink
chore: exclude dist/__fixtures__ from publish (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Sep 1, 2023
1 parent a56fcdf commit 5b9db9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"!dist/__fixtures__"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 5b9db9c

Please sign in to comment.