mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 18:11:06 +00:00
Add UWP tests to NPM ignore
The `react-native link` command will unintentionally link the `RNFS.Tests` project instead of the `RNFS` project. This adds `RNFS.Tests` to `.npmignore` so this is no longer a problem.
This commit is contained in:
@@ -7,3 +7,6 @@ x86/
|
||||
bin/
|
||||
obj/
|
||||
.vs/
|
||||
|
||||
# Don't publish tests to NPM
|
||||
RNFS.Tests/
|
||||
|
||||
Reference in New Issue
Block a user