Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай How to Use npm Scripts as Your Build Tool, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:57
    Create a basic package.json file
  • Урок 2. 00:00:57
    Run the basic npm scripts
  • Урок 3. 00:01:18
    Create a custom npm script
  • Урок 4. 00:01:00
    Run npm scripts in series
  • Урок 5. 00:02:06
    Run npm scripts in parallel
  • Урок 6. 00:01:39
    Use a shorthand syntax for running multiple npm scripts with npm-run-all
  • Урок 7. 00:01:59
    Run a set of similar npm scripts with a wildcard
  • Урок 8. 00:01:24
    Use pre and post npm script lifecycle hooks
  • Урок 9. 00:01:04
    Pass arguments to npm scripts
  • Урок 10. 00:04:32
    Pipe data from one npm script to another
  • Урок 11. 00:02:07
    Run npm scripts when files change with onchange
  • Урок 12. 00:01:23
    Use package.json variables in npm scripts
  • Урок 13. 00:03:01
    Use custom config settings in your npm scripts
  • Урок 14. 00:01:57
    Run npm scripts with git hooks
  • Урок 15. 00:00:49
    Change the level of console output when running npm scripts
  • Урок 16. 00:05:42
    Make npm scripts cross-environment friendly
  • Урок 17. 00:01:53
    List available npm scripts and support tab completion
  • Урок 18. 00:02:11
    Add comments to your npm scripts
  • Урок 19. 00:05:53
    Pull out npm scripts into another file with p-s
  • Урок 20. 00:02:56
    Create a bash script to replace a complex npm script
  • Урок 21. 00:07:05
    Create a node script to replace a complex npm script