npm run after error code example
Example: npm run after error
npm-run-all -s -c build:local build:webpack serve
// -s -> run as sequence
// -c -> continue on error
npm-run-all -s -c build:local build:webpack serve
// -s -> run as sequence
// -c -> continue on error