sf-compact-cli 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/install.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -209,7 +209,7 @@ Run `sf-compact pack` to update.
|
|
|
209
209
|
sf-compact lint [source...] [-o packed-dir] [--include pattern]
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
Check that compact files are up-to-date. Exits with code 1 if any files are stale. Use in CI pipelines.
|
|
212
|
+
Check that compact files are up-to-date. Exits with code 1 if any files are stale, new, or orphaned. Use in CI pipelines.
|
|
213
213
|
|
|
214
214
|
### Changes (track modified compact files)
|
|
215
215
|
```bash
|
package/install.js
CHANGED
package/package.json
CHANGED