Sameer Utradhiconsissamsy.hashnode.dev·Nov 17, 2023How to setup production level private NPM Registry using VerdaccioThis article helps you in understanding how verdaccio works and how you can make the most of it. This will help you the most if you also publish your own packages. Registry By default if you are downloading packages using npm, you’re using https://re...Discussverdaccio
Danielblog.chiubaka.com·Aug 2, 2022Faithful E2E Testing of Nx Preset GeneratorsTLDR: Here's a full working example of a faithful E2E test for an Nx preset generator since the default generated E2E harness isn't correct. Putting it all together, here's a full sample test suite: import { checkFilesExist, cleanup, runNxComma...Discuss·261 readsE2E