Skip to content

Eisd 1.3.0

Compare
Choose a tag to compare
@guidsdo guidsdo released this 28 Jan 16:29

Release notes:

We now allow you to pass the name of an environment variable that can contain the directories you want to use.

Example package.json:

{
  "scripts": {
    "lint": "eisd 'npm run lint' -d npm_package_config_components"
  },
  "config": {
    "components": "client server scripts"
  }
}