Closed
Description
package.json and package-lock.json files are copied to the output (bin/Debug/net6/
) directory when npm run start
is executed. They are also copied to the dist/
directory when npm run build
is executed.
This produces an unnecessary clutter in the VSCode NPM Scripts section:
Is there any need for these files to be in the output folder? Can they be excluded from the build?
Metadata
Metadata
Assignees
Labels
No labels