From 369a985ceff5d4ce295ecb75fbab5e1869dd427f Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Fri, 12 Jan 2018 10:47:24 -0500 Subject: [PATCH] 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. --- windows/.npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/.npmignore b/windows/.npmignore index dd626ca..e2688ac 100644 --- a/windows/.npmignore +++ b/windows/.npmignore @@ -7,3 +7,6 @@ x86/ bin/ obj/ .vs/ + +# Don't publish tests to NPM +RNFS.Tests/