AuHau / tasegir

tAsEgir - Automated TypeScript project management
https://github.com/AuHau/tasegir
MIT License
4 stars 3 forks source link

Validate correct `node_modules` content #101

Open AuHau opened 3 years ago

AuHau commented 3 years ago

When you release something that includes browser bundle, then the content of node_modules is rather important because it takes its content into the bundle.

If the content is not valid (for example you checkout from branch where you are working on dependencies update) than this bundle will have incorrect dependencies.

This might get caught by the testing step, but also it might not. There should be check that validates that the versions there are valid with package.json