What is the difference npm build and npm run build?
One more thing, npm build and npm run build are two different things, npm run build will do custom work written inside package. json and npm build is a pre-defined script (not available to use directly).
Top comments (0)