Problem
the shrink wrap file is part of the formatting check. This causes regenerating the file to fail the formatter.
Ex.
To reproduce, run npm shrinkwrap and observe that npm run format:check now fails.
Definition of Done
- exclude shrinkwrap/lock-file from the formatting.
Problem
the shrink wrap file is part of the formatting check. This causes regenerating the file to fail the formatter.
Ex.
To reproduce, run
npm shrinkwrapand observe thatnpm run format:checknow fails.Definition of Done