1. Урок 1.00:01:57
    Create a basic package.json file
  2. Урок 2.00:00:57
    Run the basic npm scripts
  3. Урок 3.00:01:18
    Create a custom npm script
  4. Урок 4.00:01:00
    Run npm scripts in series
  5. Урок 5.00:02:06
    Run npm scripts in parallel
  6. Урок 6.00:01:39
    Use a shorthand syntax for running multiple npm scripts with npm-run-all
  7. Урок 7.00:01:59
    Run a set of similar npm scripts with a wildcard
  8. Урок 8.00:01:24
    Use pre and post npm script lifecycle hooks
  9. Урок 9.00:01:04
    Pass arguments to npm scripts
  10. Урок 10.00:04:32
    Pipe data from one npm script to another
  11. Урок 11.00:02:07
    Run npm scripts when files change with onchange
  12. Урок 12.00:01:23
    Use package.json variables in npm scripts
  13. Урок 13.00:03:01
    Use custom config settings in your npm scripts
  14. Урок 14.00:01:57
    Run npm scripts with git hooks
  15. Урок 15.00:00:49
    Change the level of console output when running npm scripts
  16. Урок 16.00:05:42
    Make npm scripts cross-environment friendly
  17. Урок 17.00:01:53
    List available npm scripts and support tab completion
  18. Урок 18.00:02:11
    Add comments to your npm scripts
  19. Урок 19.00:05:53
    Pull out npm scripts into another file with p-s
  20. Урок 20.00:02:56
    Create a bash script to replace a complex npm script
  21. Урок 21.00:07:05
    Create a node script to replace a complex npm script