Compare commits
1 Commits
609a36c128
...
3f29429d1a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f29429d1a |
@@ -54,7 +54,7 @@ Configuration is provided as JSON, and can be defined in any of the following (l
|
|||||||
### Config options
|
### Config options
|
||||||
|
|
||||||
Name | Default | Description
|
Name | Default | Description
|
||||||
-- | -- | --
|
---- | ------- | -----------
|
||||||
`checkFiles` | `['package-lock.json', 'yarn.lock']` | Additional files to checksum and compare, files that are not included will be skipped
|
`checkFiles` | `['package-lock.json', 'yarn.lock']` | Additional files to checksum and compare, files that are not included will be skipped
|
||||||
`rootDir` | `process.cwd()` | The root path to your project
|
`rootDir` | `process.cwd()` | The root path to your project
|
||||||
`dataDir` | `<Home>/.local/share` | Directory where this module's data should be written to
|
`dataDir` | `<Home>/.local/share` | Directory where this module's data should be written to
|
||||||
@@ -88,7 +88,7 @@ As a property in `package.json`:
|
|||||||
## CLI Arguments
|
## CLI Arguments
|
||||||
|
|
||||||
Argument | Default | Description
|
Argument | Default | Description
|
||||||
-- | -- | --
|
-------- | ------- | -----------
|
||||||
`--verbose` | `false` | Shows more verbose output, like if the command is being skipped or a file in `checkFiles` does not exist
|
`--verbose` | `false` | Shows more verbose output, like if the command is being skipped or a file in `checkFiles` does not exist
|
||||||
`--force` | `false` | Runs your command regardless of whether or not there were changes in the package
|
`--force` | `false` | Runs your command regardless of whether or not there were changes in the package
|
||||||
`--cmd` | | Specify the command to run when changes are found (ex. `--cmd="yarn install"`)
|
`--cmd` | | Specify the command to run when changes are found (ex. `--cmd="yarn install"`)
|
||||||
|
|||||||
Reference in New Issue
Block a user