Sha256: 73c7452c147299cac7e85b6aadced76f77e3e3a3f9bbdc5017fbc2bf8c157f2e

Contents?: true

Size: 308 Bytes

Versions: 28

Compression:

Stored size: 308 Bytes

Contents

require 'overcommit/hook/shared/npm_install'

module Overcommit::Hook::PostCheckout
  # Runs `npm install` when a change is detected in the repository's
  # dependencies.
  #
  # @see {Overcommit::Hook::Shared::NpmInstall}
  class NpmInstall < Base
    include Overcommit::Hook::Shared::NpmInstall
  end
end

Version data entries

28 entries across 26 versions & 2 rubygems

Version Path
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/overcommit-0.46.0/lib/overcommit/hook/post_checkout/npm_install.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/overcommit-0.46.0/lib/overcommit/hook/post_checkout/npm_install.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/overcommit-0.46.0/lib/overcommit/hook/post_checkout/npm_install.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/overcommit-0.46.0/lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.46.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.45.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.44.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.43.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.42.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.41.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.40.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.39.1 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.39.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.38.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.37.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.36.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.35.0 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.34.2 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.34.1 lib/overcommit/hook/post_checkout/npm_install.rb
overcommit-0.34.0 lib/overcommit/hook/post_checkout/npm_install.rb