I have a package.json script for example npm run script1 and I have also private npm package which is added as a dependency in my project and this package has also scripts in package.json and this script name script2. I want that when I run npm run script1 then run automatically start script2. Is that possible?
Thank you.