We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm provides both npm start and npm test. Use these instead of npm run dev and npm run test:unit.
npm start
npm test
npm run dev
npm run test:unit
Maybe there are different layers of tests. So then keep test:unit + others, and add "test": "run-p test:unit ..."
test:unit
"test": "run-p test:unit ..."