From f01de0d7823cb8f251ade2049e7ac2d8de26cc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20van=20Velzen=20=F0=9F=81=B4?= Date: Tue, 28 Apr 2020 10:05:52 -0700 Subject: [PATCH 1/2] Exclude unittests and proposals from being published in the npm package --- vnext/.npmignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vnext/.npmignore b/vnext/.npmignore index d5ca56801b8..04b1d45695f 100644 --- a/vnext/.npmignore +++ b/vnext/.npmignore @@ -9,12 +9,18 @@ build CMakeLists.txt /Desktop Desktop.Dll +Desktop.ABITests Desktop.IntegrationTests +Desktop.Test.DLL Desktop.UnitTests FollyWin32 IntegrationTests IntegrationTestScripts +JSI.Desktop.UnitTests /NuGet.Config +Microsoft.ReactNative.Cxx.UnitTests +Microsoft.ReactNative.IntegrationTests +Microsoft.ReactNative.Managed.UnitTests package-deps.json packages react-native-windows.build.log @@ -23,6 +29,8 @@ ReactWindows-Universal.sln ReactWindows-Desktop.sln RNTester.* RNTester/ +Mso.UnitTests +proposals src/ target temp From 5e3de9889a98b4dfb2c9b42baaac64852000a782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20van=20Velzen=20=F0=9F=81=B4?= Date: Tue, 28 Apr 2020 10:19:14 -0700 Subject: [PATCH 2/2] Change files --- .../react-native-windows-2020-04-28-10-19-13-master.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 change/react-native-windows-2020-04-28-10-19-13-master.json diff --git a/change/react-native-windows-2020-04-28-10-19-13-master.json b/change/react-native-windows-2020-04-28-10-19-13-master.json new file mode 100644 index 00000000000..6a704cd76eb --- /dev/null +++ b/change/react-native-windows-2020-04-28-10-19-13-master.json @@ -0,0 +1,8 @@ +{ + "type": "prerelease", + "comment": "Exclude unittests and proposals from being published in the npm package", + "packageName": "react-native-windows", + "email": "dannyvv@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-04-28T17:19:13.805Z" +}