1.0.2 • Published 2 years ago

are-scripts-enabled v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

are-scripts-enabled

NodeJS package for testing if install scripts are disabled. This includes:

  • preinstall
  • intall
  • postinstall

Usage

The basic usage is to add this package as a dependency and see if the installation fails.

Installation failure implies that install scripts are running.

yarn

yarn add are-scripts-enabled

npm

npm install are-scripts-enabled

Related Packages