Feb 25, 2017 · 1 min read
Hey Ryan, I guess to be more specific, I meant to ask what would be the script’s parameters be for one package.json file to run another package.json that is located inside a folder.
I haven’t had the chance to try it out yet, but I was thinking of something along the lines of:
scripts: {
angular_src: ”cd ./angular_src && npm run-script package.json”
}