Use: npm run build
Reason: npm start
& npm test
are shortcuts for npm run start
& npm run test
, for any other npm tasks, you have to specify “run”
Use: npm run build
Reason: npm start
& npm test
are shortcuts for npm run start
& npm run test
, for any other npm tasks, you have to specify “run”