79797314

Date: 2025-10-23 00:54:24
Score: 0.5
Natty:
Report link

The following improves upon just simple cp -a in that it does not include the devDependencies, so function.zip can be 10x smaller.

cp package.json dist/
npm install --prefix ./dist --omit=dev
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jjurach