Skip to content

Commit

Permalink
fix: add react-config.config.js to files array
Browse files Browse the repository at this point in the history
  • Loading branch information
WadhahEssam committed Oct 15, 2024
1 parent 4e0ffd6 commit 7a3b407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"!lib/typescript/example",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
"!**/__mocks__",
"react-native.config.js"
],
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ module.exports = {
windows: null,
},
},
};
};

0 comments on commit 7a3b407

Please sign in to comment.