I have this command in my package.jason:
"chrome": "node --max_old_space_size=10000 build/dev-server.js --arg testus | node --harmony test/e2e/puppeteer/index.js",
I want to build my app before using my automated testing tool.
But right now both commands start at the same time.
How to do the second one waits the first one to be finished?