Tag: npm run

  • NPM scripts are way cooler than gulp and grunt

    Lately I’ve been building apps in JavaScript and used process of build automation a lot. But for that I didn’t use tools like grunt (actually never used it) or gulp (used it) but with plain ol’ NPM. As you may know, you can define scripts in project’s package.json and then run them with “npm run…