Is yarn run intended to be the equivalent of npm start?
yarn run
npm start
It seems yarn run start is the equivalent of npm start, which runs the script inside the start field of the script field in package.json
yarn run start
start
script
package.json