Library templates aren't including the correct files in npm packages #14110
Labels
Area: Library Template
Area: Turbo Modules
bug
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Workstream: Module Support
Module developers have the requisite tooling and clear path for adding windows support to modules.
Milestone
Problem Description
Created a new cpp-lib project and noticed that we didn't add the "windows" folder to the file list so they're published in the NPM packages.
We should also make sure to not publish NuGet package.lock.json files (or even check them in by default) so end users don't end up in situations where their build fails because of old lock files.
Steps To Reproduce
cpp-lib
templateExpected Results
No response
CLI version
15.0.0-alpha.2
Environment
Community Modules
No response
Target Platform Version
10.0.22621
Target Device(s)
Desktop
Visual Studio Version
Visual Studio 2022
Build Configuration
Debug
Snack, code example, screenshot, or link to a repository
https://github.com/jonthysell/native-module-sample
The text was updated successfully, but these errors were encountered: