Skip to content

Commit

Permalink
Don't include mocks in build (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Hobbs <steve.hobbs@auth0.com>
  • Loading branch information
adamjmcgrath and Steve Hobbs authored Jun 12, 2020
1 parent a9dfadf commit 44cba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"declarationDir": "./dist/typings",
"moduleResolution": "node"
},
"exclude": ["./__tests__", "./dist/typings"]
"exclude": ["./__tests__", "./dist/typings", "**/__mocks__/**"]
}

0 comments on commit 44cba7e

Please sign in to comment.