Skip to content

Cache entire node_modules directory rather than rely on npm's caching strategy

License

Notifications You must be signed in to change notification settings

p60/step-npm-install-cached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm-install-cached

Cache node_modules and symlink it to app instead of using npm's caching strategy.

Example

deploy:
  steps:
    - npm-install-cached

License

The MIT License (MIT)

Changelog

0.1.3

  • Prune after install

0.1.0

  • Initial release

About

Cache entire node_modules directory rather than rely on npm's caching strategy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages